- Trigger: push to
mainwithbackend/**changes - Workflow: GitHub Actions
gcp_backend_auto_dev.yml - Deploys to: Cloud Run + GKE (dev environment)
- Check:
gh run list --workflow=gcp_backend_auto_dev.yml --limit=3
- Never auto-deploys. Must trigger manually:
gh workflow run gcp_backend.yml -f environment=prod -f branch=main
- Trigger: push to
mainwithapp/**changes - Workflow:
ios-internal-auto/android-internal-autoincodemagic.yaml - IMPORTANT: Codemagic skips if the build number in
app/pubspec.yamlis already on TestFlight. After mergingapp/**changes, you must bump the build number or no new build will be uploaded:# In app/pubspec.yaml, increment the +N build number: # version: 1.0.525+760 -> version: 1.0.525+761
- Check:
curl -s -H "x-auth-token: $CODEMAGIC_API_TOKEN" "https://api.codemagic.io/builds?appId=66c95e6ec76853c447b8bcbb&limit=5"
- Trigger: push to
mainwithdesktop/**changes - Step 1: GitHub Actions
desktop_auto_release.ymlauto-increments version, pushesv*-macostag - Step 2: Codemagic
omi-desktop-swift-releasebuilds, signs, notarizes, publishes