Migrate deploy off GitHub Actions to Forgejo + in-cluster registry #17
Labels
No labels
burndown-2026-06
burndown-2026-08
autonomy
async-consult
autonomy
epic
autonomy
headless
autonomy
live-collab
c#
priority
P0
priority
P1
priority
P2
priority
P3
priority
P4
role/advocate
role/director
role/exec
role/frontend
role/gamedev
role/human
role/platform
role/qa
role/science
role/sysadmin
state
ambient
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
coilyco-gaming/galaxy-gen#17
Loading…
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.