We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4553063 commit c7dced3Copy full SHA for c7dced3
1 file changed
.github/workflows/deploy.yml
@@ -29,6 +29,6 @@ jobs:
29
username: ${{ secrets.EC2_USER }}
30
key: ${{ secrets.EC2_KEY }}
31
script: |
32
- cd ~/backend-app
33
- docker-compose down
34
- docker-compose up -d --build
+ cd ~/backend-app
+ sudo docker-compose down
+ sudo docker-compose up -d --build
0 commit comments