Skip to content

Commit

Permalink
Increase ssh command execution timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
mesudip committed Aug 17, 2024
1 parent f84bd48 commit 94f533a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-deploy-test-stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
host: ${{ secrets.TEST_STACK_SERVER_IP }}
username: ec2-user
key: ${{ secrets.TEST_STACK_SSH_KEY }}
command_timeout: 100m ## Haskell container build takes a lot of time.
script: |
REPO_URL="https://github.com/${{ github.repository }}"
DEST_DIR="$HOME/Documents/govtool"
Expand Down

0 comments on commit 94f533a

Please sign in to comment.