Skip to content

Commit

Permalink
root password 지정후 다시 실행
Browse files Browse the repository at this point in the history
  • Loading branch information
CDBchan committed Oct 5, 2023
1 parent 2029ef9 commit 5d4271d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/auto-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ jobs:
- 3306:3306 # HOST:CONTAINER
env:
MYSQL_DATABASE: second_hand
MYSQL_USER: root
MYSQL_PASSWORD: 1234
MYSQL_ROOT_PASSWORD: 1234
redis:
image: redis:latest
ports:
Expand All @@ -50,6 +49,8 @@ jobs:
java-version: '11'
distribution: 'temurin'



# 3. build 단계
- name: Grant execute permission for gradlew
run: chmod +x ./gradlew
Expand Down

0 comments on commit 5d4271d

Please sign in to comment.