From 7ccbfe7c2b0d187bbdda41f0cc2aaf35aa53747b Mon Sep 17 00:00:00 2001 From: juchan204 Date: Fri, 6 Dec 2024 02:24:08 +0900 Subject: [PATCH] =?UTF-8?q?MATE-95=20:=20[FIX]=20aws=20deploy=20create-dep?= =?UTF-8?q?loyment=20=EB=AA=85=EB=A0=B9=EC=96=B4=EC=9D=98=20=ED=98=95?= =?UTF-8?q?=EC=8B=9D=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 15314e59..e612a7a0 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -54,7 +54,8 @@ jobs: run: aws s3 cp --region ap-northeast-2 ./$GITHUB_SHA.tar.gz s3://catchmi-bucket/$GITHUB_SHA.tar.gz - name: Code Deploy를 활용해 EC2에 프로젝트 코드 배포 - run: aws deploy create-deployment \ + run: | + aws deploy create-deployment \ --application-name catchmi-server \ --deployment-config-name CodeDeployDefault.AllAtOnce \ --deployment-group-name Develop \