Record stage provisioning completion
Some checks failed
CD / Build and push images (push) Failing after 5s
CD / Deploy to Test (push) Has been skipped
CD / Smoke tests against Test (push) Has been skipped
CD / Promote to Int (push) Has been skipped
CI / Lint, typecheck, test (push) Failing after 8s
CI / Build container images (push) Has been skipped

Test/Int directories, Caddy vhosts, deploy user, act_runner, and
registry access are live on the VPS; Gitea Actions is enabled
instance-wide. This commit doubles as the first full pipeline trigger.

Part of #9

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Claude Fable 5 2026-07-05 00:12:59 +02:00
parent fb1422f56f
commit d675d69c21

View File

@ -101,3 +101,10 @@ The pipeline pushes images to the Gitea container registry
- [ ] runner shows _online_ under Gitea → Settings → Actions → Runners - [ ] runner shows _online_ under Gitea → Settings → Actions → Runners
- [ ] a test workflow run executes on the runner - [ ] a test workflow run executes on the runner
- [ ] `.env` files are mode 600, owned by `deploy` - [ ] `.env` files are mode 600, owned by `deploy`
## Provisioning log
- 2026-07-05: Test/Int stage directories, `.env` files, Caddy vhosts
(TLS live), `deploy` user, act_runner (v0.6.1, systemd) and registry
login provisioned; Gitea Actions enabled instance-wide (`app.ini` on
BASEL, backup kept). First pipeline run = this commit.