diff options
| author | nsfisis <nsfisis@gmail.com> | 2023-09-24 22:34:12 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2023-09-24 22:34:12 +0900 |
| commit | 2e7153afe282fce8d76ada5603f2dd95e7acd81a (patch) | |
| tree | b12c74d17b8f729e9daa106d1fc43c6b65cd637c /.github | |
| parent | a84908b7e8a0e2423afd6b836eccf27a420270b4 (diff) | |
| download | nsfisis.dev-2e7153afe282fce8d76ada5603f2dd95e7acd81a.tar.gz nsfisis.dev-2e7153afe282fce8d76ada5603f2dd95e7acd81a.tar.zst nsfisis.dev-2e7153afe282fce8d76ada5603f2dd95e7acd81a.zip | |
fix(deploy): stop deployment process if something goes wrong
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 |
