We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b98efd1 commit 0b70f79Copy full SHA for 0b70f79
1 file changed
.github/workflows/deploy.yml
@@ -31,5 +31,5 @@ jobs:
31
key: ${{ secrets.EC2_SSH_KEY }}
32
script: |
33
cd ~/app
34
- docker-compose down || docker compose down
35
- docker-compose up -d --build || docker compose up -d --build
+ docker-compose down
+ docker-compose up -d --build
0 commit comments