force-recreate deployment container
Some checks failed
Build and Deploy API / build-and-deploy (push) Failing after 2s
Build and Deploy Frontend / build-and-deploy (push) Failing after 3s

This commit is contained in:
2026-02-28 16:12:55 -06:00
parent e5ca5f1dc6
commit 0cc9f39416
2 changed files with 3 additions and 4 deletions

View File

@@ -33,5 +33,4 @@ jobs:
- name: Deploy
run: |
docker compose -f docker-compose-client.prod.yaml pull agologum-client
docker compose -f docker-compose-client.prod.yaml up -d agologum-client
docker compose -f docker-compose-client.prod.yaml up -d agologum-client --force-recreate --remove-orphans