From 5a9ed6640062aa8aa23b1fff6f7df0063b1888a8 Mon Sep 17 00:00:00 2001 From: lynydoh Date: Sat, 13 Jan 2024 23:11:57 +0900 Subject: [PATCH] =?UTF-8?q?[chore]=20code=20deploy=20group=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/prod-cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/prod-cd.yml b/.github/workflows/prod-cd.yml index fc032645..8545c97b 100644 --- a/.github/workflows/prod-cd.yml +++ b/.github/workflows/prod-cd.yml @@ -89,8 +89,8 @@ jobs: AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_KEY }} run: aws deploy create-deployment - --application-name asap-server-codedeploy - --deployment-group-name asap-server-codedeploy-group + --application-name asap-prod-code-deploy + --deployment-group-name asap-prod-server --file-exists-behavior OVERWRITE --s3-location bucket=asap-server,bundleType=zip,key=asap_server.zip --region ap-northeast-2