Migrate deploy off GitHub Actions to Forgejo + in-cluster registry #97
Labels
No labels
burndown-2026-06
coherence-core
consult
headless
interactive
P0
P1
P2
P3
P4
No milestone
No project
No assignees
1 participant
Due date
No due date set.
Dependencies
No dependencies set.
Reference
coilyco-flight-deck/repo-recall#97
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Gated on coilysiren/backend#25. Do not start until backend's migration PR has merged - it establishes the pattern (Forgejo workflow shape + deployer SA/RBAC + kubeconfig secret + registry image ref). Use backend's merged PR as the byte-level template, adjusting for this repo's namespace and app names.
Context
GitHub no longer joins the tailnet (
TS_*secrets already stripped from this repo). The in-cluster registry192.168.0.194:30500is live and verified (coilysiren/infrastructure#168). Deploys move to the in-cluster Forgejo runner pushing to that registry.Work (replicate backend#25 for this repo)
DEPLOY_KUBECONFIG(serverhttps://192.168.0.194:6443)..forgejo/workflows/build-publish-deploy.yml- test, then build -> push192.168.0.194:30500/<name>:<sha>->kubectl set image->rollout status. Preserve any existing CI-status report step.imagePullPolicy..github/workflows/build-and-publish.yml.No tailnet join, no GHCR. The
DEPLOY_KUBECONFIGsecret is the only stored credential.Blocked by: coilysiren/backend#25.