Skip to content

Commit

Permalink
fix: .env 파일 작성 부분 AWS_REGION 누락 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jhk01007 committed Oct 2, 2024
1 parent 0e35d1f commit 84b534f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ jobs:
echo "HOME_PASSWORD=${{ secrets.HOME_PASSWORD }}" >> docker-compose/.env
echo "AWS_ACCESS_KEY=${{ secrets.AWS_ACCESS_KEY }}" >> docker-compose/.env
echo "AWS_SECRET_KEY=${{ secrets.AWS_SECRET_ACCESS_KEY }}" >> docker-compose/.env
echo "AWS_REGION"=ap-northeast-2
echo "REDIS_HOST=${{ secrets.REDIS_HOST }}" >> docker-compose/.env
echo "REDIS_PORT=6379" >> docker-compose/.env
echo "BUCKET_NAME=${{ secrets.BUCKET_NAME }}" >> docker-compose/.env
Expand Down
1 change: 1 addition & 0 deletions docker-compose/compose.green.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ services:
- HOME_PASSWORD
- AWS_ACCESS_KEY
- AWS_SECRET_KEY
- AWS_REGION
- REDIS_HOST
- REDIS_PORT
- BUCKET_NAME
Expand Down

0 comments on commit 84b534f

Please sign in to comment.