ci: use dedicated host deploy runner #56
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "codex/use-host-deploy-runner"
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?
Summary
deployhost runner.podmandirectly in the deploy preflight and deploy script environment.Why
The previous deploy job ran in a job container and could not access the rootless Podman socket under SELinux, so main deploys failed before the build. The dedicated host runner keeps normal PR CI containerized while allowing guarded main deploys to use the host user's Podman/systemd tools.
Testing
bun install --frozen-lockfilebun run checkbun run testNotes
The live host now has a repo-scoped
linux-infra-253-deployForgejo runner registered withdeploy:host; the general runner was restarted with job-container socket mounting disabled.a3bcd33961tod00a7b3b80