Skip to content

Commit

Permalink
deploy: 도커 사용을 위해 root 비밀번호 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
GitJIHO committed Nov 5, 2024
1 parent de2a8aa commit 48fdd52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/testcode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
MYSQL_DATABASE: ${{ secrets.MYSQL_DATABASE }}
MYSQL_USER: ${{ secrets.MYSQL_USERNAME }}
MYSQL_PASSWORD: ${{ secrets.MYSQL_PASSWORD }}
MYSQL_ROOT_PASSWORD: ${{ secrets.MYSQL_ROOT_PASSWORD }}
options: >-
--health-cmd "mysqladmin ping --silent"
--health-interval 10s
Expand Down

0 comments on commit 48fdd52

Please sign in to comment.