docs(ci): document Forgejo deploy runner option #55
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "codex/document-forgejo-runner-deploy-option"
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
Document the Forgejo Runner setting required for the website deploy workflow to access the rootless Podman socket.
Why
The automatic deploy job uses the Docker-compatible Podman socket exposed to job containers. On this SELinux host, job containers need
--security-opt label=disable; without it the deploy preflight fails safe before deployment.Changes
README.md.container.options: --security-opt label=disablerunner setting.Testing
git diff --checkbun --cwd apps/web test src/lib/workspace-boundary.test.tsNotes
The runner host config has already been updated and
forgejo-runner.servicerestarted on linux-infra.