Merge pull request #77 from HideyoshiSolutions/fixes-cicd-timeout

Fixes SSH Command Timeout
This commit is contained in:
2024-02-14 23:26:46 -03:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -48,7 +48,7 @@ jobs:
username: ${{ secrets.SSH_USER }}
port: ${{ secrets.SSH_PORT }}
key: ${{ secrets.SSH_KEY }}
command_timeout: 1800s
command_timeout: 30m
script: |
sudo apt update && sudo apt install -y jq
source ~/.profile

View File

@@ -46,7 +46,7 @@ jobs:
username: ${{ secrets.SSH_USER }}
port: ${{ secrets.SSH_PORT }}
key: ${{ secrets.SSH_KEY }}
command_timeout: 1800s
command_timeout: 30m
script: |
sudo apt update && sudo apt install -y jq
source ~/.profile