Skip to content

Commit ed385f6

Browse files
committed
Increase deploy timeouts to 30m
1 parent ec51a2b commit ed385f6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ jobs:
8989
host: ${{ secrets.VPS_HOST }}
9090
username: ${{ secrets.SSH_USERNAME }}
9191
key: ${{ secrets.SSH_PRIVATE_KEY }}
92+
timeout: 30m
93+
command_timeout: 30m
9294
script: |
9395
# Приводим имя репозитория к нижнему регистру для Docker
9496
REPO_LOWER=$(echo "${{ github.repository }}" | tr '[:upper:]' '[:lower:]')

0 commit comments

Comments
 (0)