chore: Update docker compose commands to use the correct syntax

This commit is contained in:
2025-12-27 00:53:05 +01:00
parent acde6056da
commit 97b3f1e78e
+2 -2
View File
@@ -42,9 +42,9 @@ jobs:
script: | script: |
cd /home/matrix/ledmatrix-deployment cd /home/matrix/ledmatrix-deployment
docker compose -f docker-compose.yml -f docker-compose.prod.yml pull frontend docker-compose -f docker-compose.yml -f docker-compose.prod.yml pull frontend
docker compose -f docker-compose.yml -f docker-compose.prod.yml up -d docker-compose -f docker-compose.yml -f docker-compose.prod.yml up -d
docker image prune -f docker image prune -f
env: env: