Skip to content

Commit

Permalink
fix: 버킷 디렉토리 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
dragontaek-lee committed May 10, 2024
1 parent 37dae04 commit 2409d14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
aws-region: ap-northeast-2

- name: Upload to S3
run: aws s3 cp --region ap-northeast-2 ./gam-prod-server.zip s3://${{ secrets.AWS_S3_BUCKET_NAME }}/prod
run: aws s3 cp --region ap-northeast-2 ./gam-prod-server.zip s3://${{ secrets.AWS_S3_BUCKET_NAME }}/prod/

# Deploy
- name: Deploy
Expand All @@ -89,5 +89,5 @@ jobs:
--application-name gam-codeDeploy
--deployment-group-name prod
--file-exists-behavior OVERWRITE
--s3-location bucket=$S3_BUCKET_NAME/prod,bundleType=zip,key=gam-prod-server.zip
--s3-location bucket=${{ secrets.AWS_S3_BUCKET_NAME }},bundleType=zip,key=gam-prod-server.zip
--region ap-northeast-2

0 comments on commit 2409d14

Please sign in to comment.