From 7403eb4a020be5fb8f736cfffc72208d5f29d51a Mon Sep 17 00:00:00 2001 From: BYEONGRYEOL Date: Thu, 12 Sep 2024 22:53:30 +0900 Subject: [PATCH] =?UTF-8?q?Update:=20#158=20S3=20=EB=B2=84=ED=82=B7=20?= =?UTF-8?q?=EC=9A=B4=EC=98=81=EA=B3=BC=20=EA=B3=B5=EC=9C=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cicd-ec2.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/cicd-ec2.yml b/.github/workflows/cicd-ec2.yml index b1b59c4..b5fd574 100644 --- a/.github/workflows/cicd-ec2.yml +++ b/.github/workflows/cicd-ec2.yml @@ -10,7 +10,6 @@ on: env: AWS_REGION: ap-northeast-2 S3_BUCKET_NAME: genti-deploy - S3_BUCKET_NAME_STAGING: genti-staging CODE_DEPLOY_APPLICATION_NAME: genti CODE_DEPLOY_APPLICATION_NAME_STAGING: genti-dev @@ -195,7 +194,7 @@ jobs: # Move back to the initial directory and upload the zip file to S3 cd .. - aws s3 cp --region ap-northeast-2 ./$GITHUB_SHA.zip s3://$S3_BUCKET_NAME_STAGING + aws s3 cp --region ap-northeast-2 ./$GITHUB_SHA.zip s3://$S3_BUCKET_NAME # Clean up the temporary directory rm -rf temp_dir