Skip to content

Commit

Permalink
Update frontend-prod-cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shackstack authored Dec 20, 2023
1 parent f5cdb92 commit 45fe9a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/frontend-prod-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ jobs:
env:
SOURCE_DIR: './dist'
AWS_REGION: 'ap-northeast-2'
AWS_S3_BUCKET: ${{ secrets.AWS_S3_BUCKET }}
AWS_S3_BUCKET: ${{ secrets.AWS_S3_BUCKET_ }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

0 comments on commit 45fe9a9

Please sign in to comment.