Skip to content

Commit

Permalink
Update: #158 S3 버킷 운영과 공유
Browse files Browse the repository at this point in the history
  • Loading branch information
BYEONGRYEOL committed Sep 12, 2024
1 parent 3b5035c commit 7403eb4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cicd-ec2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 7403eb4

Please sign in to comment.