Skip to content

Commit

Permalink
fix: yml database 연동
Browse files Browse the repository at this point in the history
  • Loading branch information
yo0oni committed Jan 10, 2024
1 parent ec00ea5 commit 93d50e9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@ jobs:
with:
java-version: 17

- name: Set up MySQL
uses: actions/mysql-action@v1
with:
character set server: 'utf8'
mysql database: 'trip'
mysql user: ${DB_USERNAME}
mysql password: ${DB_PASSWORD}

- name: Grant execute permission for gradlew
run: chmod +x ./gradlew
shell: bash
Expand Down

0 comments on commit 93d50e9

Please sign in to comment.