Skip to content

Commit

Permalink
chore: 배포 S3 버킷 이름 변경 (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
bbearcookie authored Nov 20, 2023
1 parent 3be952b commit 830b765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
env:
SOURCE_DIR: 'dist'
AWS_REGION: 'ap-northeast-2'
AWS_S3_BUCKET: ${{ secrets.AWS_S3_WEB_HOST }}
AWS_S3_BUCKET: ${{ secrets.AWS_S3_DEV_WEB_HOST }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

Expand Down

0 comments on commit 830b765

Please sign in to comment.