Skip to content

Commit 9c44efb

Browse files
committed
Github Actions: исправление таймаута
1 parent 9e83c07 commit 9c44efb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
host: ${{ secrets.SSH_HOST }}
1414
username: ${{ secrets.SSH_USER }}
1515
key: ${{ secrets.SSH_PRIVATE_KEY }}
16+
command_timeout: 30m
1617
script: |
1718
cd /home/${{ secrets.SSH_USER }}/docker/HwProj-2.0.1
1819
echo "${{ secrets.SUDO_PASSWORD }}" | sudo -S ./update.sh

0 commit comments

Comments
 (0)