Skip to content

Commit

Permalink
script_stop: false
Browse files Browse the repository at this point in the history
  • Loading branch information
nemanjam committed May 15, 2024
1 parent d660b23 commit 0347275
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
username: ${{ secrets.REMOTE_USERNAME }}
key: ${{ secrets.REMOTE_KEY_ED25519 }}
port: ${{ secrets.REMOTE_PORT }}
script_stop: true
# don't stop on errors
script_stop: false
script: |
cd /home/ubuntu/traefik-proxy/apps/nmc-docker
Expand Down

0 comments on commit 0347275

Please sign in to comment.