From cc57b54849ad8633c289e155a9a56fa8bfb5c307 Mon Sep 17 00:00:00 2001 From: bbearcookie Date: Sun, 29 Oct 2023 15:38:03 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20codedeploy=20key=20=EA=B0=92=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/express-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/express-deploy.yml b/.github/workflows/express-deploy.yml index 61756f3..8ddd41f 100644 --- a/.github/workflows/express-deploy.yml +++ b/.github/workflows/express-deploy.yml @@ -69,4 +69,4 @@ jobs: --application-name ${{secrets.AWS_BACKEND_CODEDEPLOY_APPLICATION_NAME}} --deployment-config-name CodeDeployDefault.AllAtOnce --deployment-group-name ${{secrets.AWS_BACKEND_CODEDEPLOY_GROUP_NAME}} - --s3-location bucket=${{secrets.AWS_BACKEND_S3_BUCKET}},bundleType=tgz,key=${{secrets.AWS_BACKEND_S3_BUCKET}}/deployment/$GITHUB_SHA.gz + --s3-location bucket=${{secrets.AWS_BACKEND_S3_BUCKET}},bundleType=tgz,key=deployment/$GITHUB_SHA.gz