Skip to content

Commit

Permalink
chore : s3관련 환경변수 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
tlarbals824 committed Feb 28, 2024
1 parent 02028a2 commit 0599a40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .deploy/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ services:
- DB_PASSWORD=${DB_PASSWORD}
- TOKEN_SECRET=${TOKEN_SECRET}
- AWS_ACCESS_KEY_ID=${AWS_ACCESS_KEY_ID}
- AWS_SECRET_KEY=${AWS_SECRET_KEY}
- AWS_SECRET_ACCESS_KEY=${AWS_SECRET_ACCESS_KEY}
- AWS_REGION=${AWS_REGION}
- AWS_S3_BUCKET=${AWS_S3_BUCKET}
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
echo "DB_PASSWORD=${{secrets.DB_PASSWORD}}" >> .env
echo "TOKEN_SECRET=${{secrets.TOKEN_SECRET}}" >> .env
echo "AWS_ACCESS_KEY_ID=${{secrets.AWS_ACCESS_KEY_ID}}" >> .env
echo "AWS_SECRET_KEY=${{secrets.AWS_SECRET_KEY}}" >> .env
echo "AWS_SECRET_ACCESS_KEY=${{secrets.AWS_SECRET_KEY}}" >> .env
echo "AWS_REGION=${{secrets.AWS_REGION}}" >> .env
echo "AWS_S3_BUCKET=${{secrets.AWS_S3_BUCKET}}" >> .env
Expand Down

0 comments on commit 0599a40

Please sign in to comment.