From fb885302d7acabe90bbd959d2dc87f74e94ff058 Mon Sep 17 00:00:00 2001 From: yunji118 Date: Thu, 2 Nov 2023 19:36:58 +0900 Subject: [PATCH] =?UTF-8?q?proxytimeout=20=EB=8A=98=EB=A6=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/github-actions-demo.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/github-actions-demo.yml b/.github/workflows/github-actions-demo.yml index c8cfc07..4e5e2e0 100644 --- a/.github/workflows/github-actions-demo.yml +++ b/.github/workflows/github-actions-demo.yml @@ -18,6 +18,7 @@ jobs: 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