Skip to content

Commit

Permalink
chore: prod mysql 변수 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
eun-byeol committed Nov 29, 2024
1 parent 459a5c9 commit 9fba290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend-cd-prod-infra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
run: |
export DOCKERHUB_USERNAME=${{ secrets.DOCKERHUB_USERNAME }}
export DOCKERHUB_REPOSITORY=$DOCKERHUB_REPOSITORY
export DEV_MYSQL_PASSWORD=${{ secrets.DEV_MYSQL_PASSWORD }}
export PROD_MYSQL_PASSWORD=${{ secrets.PROD_MYSQL_PASSWORD }}
export JASYPT_ENCRYPTOR_PASSWORD=${{ secrets.OLD_JASYPT_PASSWORD }}
export GIT_SHA=${{ github.sha }}
docker compose up -d
Expand Down

0 comments on commit 9fba290

Please sign in to comment.