Fix CI/CD deploy: don't recreate the runner during deploy
All checks were successful
Build and Deploy UMBRA / build-and-deploy (push) Successful in 57s

docker compose up -d was recreating act_runner, killing the job
mid-execution. Explicitly target db, backend, frontend only.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Kyle 2026-03-18 13:46:21 +08:00
parent 70cf033fdc
commit ae3dc4e9db

View File

@ -49,7 +49,7 @@ jobs:
-w /deploy \
docker:27-cli sh -c "
docker compose -p umbra pull backend frontend &&
docker compose -p umbra up -d --remove-orphans
docker compose -p umbra up -d db backend frontend
"
- name: Health check