separate the docker-compose files
Some checks failed
Build and Deploy Frontend / build-and-deploy (push) Failing after 3s
Build and Deploy API / build-and-deploy (push) Has been cancelled

This commit is contained in:
2026-02-28 15:51:09 -06:00
parent c44ebca61f
commit 46f0b16ff3
2 changed files with 2 additions and 25 deletions

View File

@@ -32,5 +32,5 @@ jobs:
- name: Deploy
run: |
docker compose -f /path/to/docker-compose.yml pull frontend
docker compose -f /path/to/docker-compose.yml up -d frontend
docker compose -f docker-compose.prod.yml pull agologum-client
docker compose -f docker-compose.prod.yml up -d agologum-client