From b95521698d0e04199c80cdc5059921c0129269b3 Mon Sep 17 00:00:00 2001 From: yunji118 Date: Thu, 2 Nov 2023 19:55:48 +0900 Subject: [PATCH] =?UTF-8?q?=ED=83=9C=EC=B4=88=EB=A7=88=EC=9D=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/github-actions-demo.yml | 3 --- 1 file changed, 3 deletions(-) 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