Skip to content

Commit

Permalink
Merge pull request #18 from Kusitms-29th-Kobaco-A/chore/env
Browse files Browse the repository at this point in the history
chore : s3관련 환경변수 수정
  • Loading branch information
tlarbals824 authored Feb 28, 2024
2 parents 4895e1a + 973ca4e commit 9ddb552
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 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
11 changes: 5 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,8 @@ out/
.vscode/


!**/wrapper
!**/.tmp
!**/caches
!**/jdks
!**/daemon
!**/native
### OS ###
**/caches/**
**/daemon/**
**/native/**
**/wrapper/**

0 comments on commit 9ddb552

Please sign in to comment.