diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index af26144..bdd40dd 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -20,6 +20,7 @@ jobs: username: ${{ secrets.DEPLOY_USER }} key: ${{ secrets.DEPLOY_PRIVATE_KEY }} port: 22 + script_stop: true script: | cd /home/noteshare/noteshare.space git pull origin master