[GH-ISSUE #30] M001/S05/T03: Wire deploy into build-local.sh and CI workflow #28

Open
opened 2026-06-04 14:29:28 -04:00 by yindo · 0 comments
Owner

Originally created by @BillyOutlast on GitHub (May 18, 2026).
Original GitHub issue: https://github.com/Heretek-AI/GDevelop-BYOK/issues/30

T03: Wire deploy into build-local.sh and CI workflow

Update build-local.sh to pass --deploy-src pointing to the project root after the clone+patch steps. Update .github/workflows/build-patched.yml to include the deploy step.

Files

  • scripts/build-local.sh
  • .github/workflows/build-patched.yml

Verification

  • bash scripts/build-local.sh 2>&1 | grep -E '[deploy].*copied' → shows 7 files copied
Originally created by @BillyOutlast on GitHub (May 18, 2026). Original GitHub issue: https://github.com/Heretek-AI/GDevelop-BYOK/issues/30 ## T03: Wire deploy into build-local.sh and CI workflow Update build-local.sh to pass `--deploy-src` pointing to the project root after the clone+patch steps. Update .github/workflows/build-patched.yml to include the deploy step. ### Files - `scripts/build-local.sh` - `.github/workflows/build-patched.yml` ### Verification - [ ] bash scripts/build-local.sh 2>&1 | grep -E '\[deploy\].*copied' → shows 7 files copied
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Heretek-AI/GDevelop-BYOK#28