Skip to content

Commit 4fd38fd

Browse files
Himanshu TiwariHimanshu Tiwari
authored andcommitted
fix: use 'docker compose' instead of 'docker-compose'
1 parent 0f484f3 commit 4fd38fd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,17 +61,17 @@ jobs:
6161
git reset --hard origin/main
6262
6363
echo "Stopping containers..."
64-
docker-compose down || true
64+
docker compose down || true
6565
6666
docker image prune -f
6767
6868
echo "Building and starting containers..."
69-
docker-compose up -d --build
69+
docker compose up -d --build
7070
7171
echo "Waiting for application to start..."
7272
sleep 10
7373
74-
docker-compose ps
74+
docker compose ps
7575
7676
echo "=== Deployment complete ==="
7777
ENDSSH

0 commit comments

Comments
 (0)