Skip to content

Commit

Permalink
fix: ssh command timeout (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
proffapt authored Apr 20, 2024
1 parent 9371101 commit 2a14c5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
username: ${{ secrets.USERNAME }}
key: ${{ secrets.SSH_PRIVATE_KEY }}
passphrase: ${{ secrets.PASSPHRASE }}
command_timeout: 60m
envs: WIKI_DIR
script_stop: true
script: |
Expand Down

0 comments on commit 2a14c5a

Please sign in to comment.