diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/deploy.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b22d912d..a041ccf8 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -35,6 +35,7 @@ jobs: username: ${{ secrets.SSH_USERNAME }} port: ${{ secrets.SSH_PORT }} script: | + set -e cd nsfisis.dev git pull origin main make clean |
