From a0446c0623d0cb720957aba2b36bfa5b8121edd8 Mon Sep 17 00:00:00 2001 From: CYY1007 Date: Wed, 24 Jan 2024 15:10:04 +0900 Subject: [PATCH] =?UTF-8?q?:construction=5Fworker:=20Ci=20:=20deploy.yml?= =?UTF-8?q?=20=EC=98=A4=ED=83=80=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/dev_deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dev_deploy.yml b/.github/workflows/dev_deploy.yml index ec56b11..015810b 100644 --- a/.github/workflows/dev_deploy.yml +++ b/.github/workflows/dev_deploy.yml @@ -50,7 +50,7 @@ jobs: cp Procfile deploy/Procfile cp -r .ebextensions-dev deploy/.ebextensions cp -r .platform deploy/.platform - cd deploy && zip -r deploy. zip . + cd deploy && zip -r deploy.zip . - name: Beanstalk Deploy uses: einaregilsson/beanstalk-deploy@v20