We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec51a2b commit ed385f6Copy full SHA for ed385f6
1 file changed
.github/workflows/deploy.yml
@@ -89,6 +89,8 @@ jobs:
89
host: ${{ secrets.VPS_HOST }}
90
username: ${{ secrets.SSH_USERNAME }}
91
key: ${{ secrets.SSH_PRIVATE_KEY }}
92
+ timeout: 30m
93
+ command_timeout: 30m
94
script: |
95
# Приводим имя репозитория к нижнему регистру для Docker
96
REPO_LOWER=$(echo "${{ github.repository }}" | tr '[:upper:]' '[:lower:]')
0 commit comments