homelab-codex-ws/kb/decisions/deploy-runner-uzasadnienie.md
oskar 280ed48d9a feat(kb): SPLIT deploy-runner -> service + decision + runbook
kb/services/job-deploy-runner.md (How it works now)
kb/decisions/deploy-runner-uzasadnienie.md (What was broken)
kb/runbooks/deploy-runner-install.md (Install per node, Operating it, Tests)

Tresc sekcji nietknieta; kontrola multizbioru linii == oryginal.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-08-04 16:58:46 +02:00

896 B

okf type visibility status updated links
0.1 decision private active 2026-08-03
../services/job-deploy-runner.md
../runbooks/deploy-runner-install.md

deploy-runner — co bylo zepsute (uzasadnienie zmiany toru redeployu)

What was broken

The executor ran scripts/deploy/deploy-node.sh <node> <service> inside its own container. That script ignores both arguments, and expects a repo at ${HOME}/homelab-codex-ws — inside the container HOME=/home/homelab, so it exited at line 18 with Error: Repository not found. Behind that failure sat three more: no git, no docker CLI in the image, and — had it ever got that far — it would have deployed the executor host's entire service set, not the action's target node/service. Every healthcheck_failed → redeploy dead-ended (recon docs/architecture/RECON-multiagent-2026-07-27.md, D14/D15).