Skip to content

Commit

Permalink
udpate deploy timeout
Browse files Browse the repository at this point in the history
Default 10 minutes seems not enough.
  • Loading branch information
JantsoP committed Oct 7, 2023
1 parent 49fda3a commit d3d63d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ jobs:
host: ${{ secrets.SSH_HOST }}
username: ${{ secrets.SSH_USER }}
key: ${{ secrets.SSH_KEY }}
command_timeout: 30m
script: |
bash /opt/scripts/deploy.sh

0 comments on commit d3d63d5

Please sign in to comment.