Skip to content

Commit 7665782

Browse files
committed
update deploy workflow
1 parent 585bde9 commit 7665782

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@ jobs:
4141
key: ${{ secrets.SSH_PRIVATE_KEY_EC2 }}
4242
script: |
4343
cd /home/ubuntu/myapp
44-
docker compose pull
45-
docker compose up -d --force-recreate
44+
docker-compose pull
45+
docker-compose up -d --force-recreate

0 commit comments

Comments
 (0)