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