Skip to content

Commit

Permalink
Fix: dev-db-secret 활성화
Browse files Browse the repository at this point in the history
  • Loading branch information
uuujini committed Aug 6, 2024
1 parent 5c5ff46 commit 83778a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
profile: dev
# oauth-secret: ${{ secrets.OAUTH_SECRET }}
# s3-secret: ${{ secrets.S3_SECRET }}
# dev-db-secret: ${{ secrets.DEV_DB_SECRET }}
dev-db-secret: ${{ secrets.DEV_DB_SECRET }}

- name: Run MySQL image for test
run: docker run -d -p 3306:3306 -e MYSQL_ROOT_PASSWORD=password -e MYSQL_DATABASE=join_db mysql:8.0.31
Expand Down

0 comments on commit 83778a0

Please sign in to comment.