From 822cdde79424ba0f3593f5ad81203dfd0141e57b Mon Sep 17 00:00:00 2001 From: zzz664 Date: Wed, 13 Dec 2023 19:25:10 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B0=B0=ED=8F=AC=20=EC=88=98=EC=A0=95=20?= =?UTF-8?q?=EC=A0=9C=EB=B0=9C=20=EB=8F=BC=EB=9D=BC~~!!!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 2 +- frontend/appspec.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 913796b..bea7685 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -53,7 +53,7 @@ jobs: - name: Deploy to EC2 run: aws deploy create-deployment --application-name keyword-on-codedeploy - --deployment-config-name CodeDeployDefault.OneAtATime + --deployment-config-name CodeDeployDefault.AllAtOnce --deployment-group-name keyword-on-webservice-group --s3-location bucket=keyword-on,key=build-fe.zip,bundleType=zip diff --git a/frontend/appspec.yml b/frontend/appspec.yml index 011b44d..05ca70e 100644 --- a/frontend/appspec.yml +++ b/frontend/appspec.yml @@ -14,4 +14,4 @@ hooks: BeforeInstall: - location: ./scripts/before-install.sh timeout: 60 - runas: root \ No newline at end of file + runas: ec2-user \ No newline at end of file