Migrate deploy off GitHub Actions to Forgejo + in-cluster registry #17
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.