From d675d69c2161bcd1fbb04b7bb0c2f1074ab624fc Mon Sep 17 00:00:00 2001 From: Claude Fable 5 Date: Sun, 5 Jul 2026 00:12:59 +0200 Subject: [PATCH] Record stage provisioning completion 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 --- deploy/stages.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/deploy/stages.md b/deploy/stages.md index 8062a78..8bf5592 100644 --- a/deploy/stages.md +++ b/deploy/stages.md @@ -101,3 +101,10 @@ The pipeline pushes images to the Gitea container registry - [ ] runner shows _online_ under Gitea → Settings → Actions → Runners - [ ] a test workflow run executes on the runner - [ ] `.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.