Skip to content

Commit

Permalink
updated deploy script to handle errors
Browse files Browse the repository at this point in the history
  • Loading branch information
introkun committed Mar 27, 2024
1 parent 9f23706 commit ceb32b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
username: ${{secrets.SSH_USERNAME}}

script: |
set -e
appName=oculus-deals-spider
appDir=/opt/$appName
tempDir=$(mktemp -d /opt/oculus-deals-spider.XXXXXXXXX)
Expand Down

0 comments on commit ceb32b0

Please sign in to comment.