Skip to content

Commit 423a612

Browse files
author
Vitor
committed
fix: resolve erro no comando do docker compose no ci/cd
1 parent 70e2af6 commit 423a612

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ jobs:
3939
script: |
4040
cd ~/chat_tempo_real_distribuido
4141
git pull origin main
42-
docker-compose down
43-
docker-compose up -d --build
42+
docker compose down
43+
docker compose up -d --build

0 commit comments

Comments
 (0)