From 97b3f1e78ed6b083eb6ccc9ed7172f5b740c78b8 Mon Sep 17 00:00:00 2001 From: StarAppeal Date: Sat, 27 Dec 2025 00:53:05 +0100 Subject: [PATCH] chore: Update docker compose commands to use the correct syntax --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a41f003..8e16b04 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -42,9 +42,9 @@ jobs: script: | 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 env: