From 6e56403102d06bc2ab7a51f917764ed245928aef Mon Sep 17 00:00:00 2001 From: Claude Fable 5 Date: Sat, 11 Jul 2026 08:33:29 +0200 Subject: [PATCH] Document runner capacity increase in the provisioning log Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_01EwZ4jR4KFAPvpjWevfUGX1 --- deploy/stages.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/deploy/stages.md b/deploy/stages.md index f699900..cd2d845 100644 --- a/deploy/stages.md +++ b/deploy/stages.md @@ -147,3 +147,7 @@ The pipeline pushes images to the Gitea container registry commented out), act_runner `one-dorfteich` registered, old VPS runner and stacks stopped (kept as rollback reserve). `DEPLOY_HOST` in `cd.yml` and the `DEPLOY_HOST_KEY` secret updated accordingly. +- 2026-07-11 (later): act_runner capacity raised from 1 to 4 in + `/home/deploy/act_runner/config.yaml` — ONE has the headroom, so the + independent CI jobs now run in parallel (the CD chain stays sequential + via `needs:`).