Remove Tailscale + K3s deploy from GitHub Actions #12
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?
Problem
.github/workflows/build-and-publish.ymlruns adeployjob that joins the tailnet via Tailscale OIDC and shellsk3s ctr/kubectlinto kai-server. GitHub Actions should no longer touch K3s or the tailnet in any circumstance — pull-side update already covers redeploys.Proposal
deployjob entirely (Tailscale join, image sideload, kubectl rollout).testjob.TS_CLIENT_ID/TS_AUDIENCE/SENTRY_DSNsecrets if no longer needed, and removes the federated identity entry fromcoilysiren/infrastructure/terraform/tailscale-oidc/.Acceptance
testjob still runs on push tomain.