diff --git a/.github/workflows/github-actions-demo.yml b/.github/workflows/github-actions-demo.yml index 25c8f49..c8cfc07 100644 --- a/.github/workflows/github-actions-demo.yml +++ b/.github/workflows/github-actions-demo.yml @@ -16,6 +16,8 @@ jobs: key: ${{ secrets.SSH_PRIVATE_KEY }} host: ${{ secrets.HOST }} username: ${{ secrets.USER }} + timeout: 300s + command_timeout: 15m script: | cd /home/ec2-user/apps/step1 sh deploy.sh \ No newline at end of file