We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e83c07 commit 9c44efbCopy full SHA for 9c44efb
1 file changed
.github/workflows/deploy.yml
@@ -13,6 +13,7 @@ jobs:
13
host: ${{ secrets.SSH_HOST }}
14
username: ${{ secrets.SSH_USER }}
15
key: ${{ secrets.SSH_PRIVATE_KEY }}
16
+ command_timeout: 30m
17
script: |
18
cd /home/${{ secrets.SSH_USER }}/docker/HwProj-2.0.1
19
echo "${{ secrets.SUDO_PASSWORD }}" | sudo -S ./update.sh
0 commit comments