Fix deploy: use repo-local compose file instead of host path
Some checks failed
Deploy to Server / deploy (push) Failing after 7s

This commit is contained in:
Peter Meier
2026-03-15 14:19:41 +01:00
parent ff91a9ff86
commit 9e117a45cb
2 changed files with 29 additions and 1 deletions

View File

@@ -25,5 +25,5 @@ jobs:
- name: Deploy
run: |
docker compose -f /opt/rustycms/docker-compose.yml up -d
docker compose -f docker-compose.prod.yml up -d
docker image prune -f