move docker composes into their directories
Some checks failed
Build and Deploy Frontend / build-and-deploy (push) Failing after 3s
Build and Deploy API / build-and-deploy (push) Failing after 8s

This commit is contained in:
2026-02-28 20:10:48 -06:00
parent e2e1af047c
commit 5ffbd518ad
5 changed files with 6 additions and 21 deletions

View File

@@ -33,5 +33,5 @@ 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 --force-recreate agologum-client
docker compose -f ./client/docker-compose.prod.yaml pull agologum-client
docker compose -f ./client/docker-compose.prod.yaml up -d --force-recreate agologum-client