Skip to content

Commit

Permalink
S3 region 환경변수화
Browse files Browse the repository at this point in the history
  • Loading branch information
odumag99 committed Jan 19, 2025
1 parent 79a1b3c commit ddbdf11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
echo "AWS_S3_ACCESS_KEY_ID=${{ secrets.AWS_S3_ACCESS_KEY_ID }}" >> .env.prod
echo "AWS_S3_SECRET_ACCESS_KEY=${{ secrets.AWS_S3_SECRET_ACCESS_KEY }}" >> .env.prod
echo "AWS_S3_BUCKET_NAME=${{ secrets.AWS_S3_BUCKET_NAME }}" >> .env.prod
echo "AWS_DEFAULT_REGION=${{ secrets.AWS_DEFAULT_REGION }}" >> .env.prod
- name: Get Public IP
Expand Down

0 comments on commit ddbdf11

Please sign in to comment.