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
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:
parent
70cf033fdc
commit
ae3dc4e9db
@ -49,7 +49,7 @@ jobs:
|
|||||||
-w /deploy \
|
-w /deploy \
|
||||||
docker:27-cli sh -c "
|
docker:27-cli sh -c "
|
||||||
docker compose -p umbra pull backend frontend &&
|
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
|
- name: Health check
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user