Skip to content

Commit

Permalink
fix:dev_deploy.yml AWS KEY 환경변수 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
qormoon committed May 26, 2024
1 parent aa45343 commit 09c0fb0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dev_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,6 @@ jobs:
-e DB_URL=jdbc:postgresql://database-fiurinee.czyqweykwib4.ap-northeast-2.rds.amazonaws.com:5432/fiurinee \
-e DB_USERNAME=${{ secrets.DB_USERNAME }} \
-e DB_PASSWORD=${{ secrets.DB_PASSWORD }} \
-e AWS_ACCESSKEY=${{ secrets.AWS_ACCESSKEY }}
-e AWS_SECRETKEY=${{ secrets.AWS_SECRETKEY }}
qormoon/fiurinee_docker

0 comments on commit 09c0fb0

Please sign in to comment.