chore: Update docker compose commands to use the correct syntax
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user