Skip to content

Commit bec7f2d

Browse files
committed
docs: PR body - GitOps CD and manual deploy section
1 parent cc62213 commit bec7f2d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/PULL_REQUEST_BODY_fix-deploy-api-and-ci.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ Single PR that fixes deploy/API/CI for sandbox + live.
1111

1212
**Not closed:** #451 (sanitizer) – unrelated; left open.
1313

14+
**GitOps CD and manual deploy:** `Deploy: Downstream` now has explicit permissions and a `target` input for workflow_dispatch (`both` | `sandbox` | `live`). CD: push to `develop` → Containers: Publish → deploy PR to **cfp-sandbox-cluster**. Live: publish release → deploy PR to **cfp-live-cluster**. Manual: run **Deploy: Downstream** with a tag (and optional target) to open deploy PRs without waiting for develop/release. Jobs were failing due to missing permissions and token; BOT_GITHUB_TOKEN must have write access to both cluster repos (see docs/DEPLOY_RESOLUTION_STEPS.md).
15+
16+
**Other:** SPA catch-all always registered (serve index.html at request time or 404). Removed `.env.production` and unused `VITE_API_BASE_URL` from frontend `.env`.
17+
1418
## Related
1519

1620
- Closes #450

0 commit comments

Comments
 (0)