Skip to content

Commit

Permalink
#250 [feat] 개발 서버 mysql market place 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
KWY0218 committed Dec 20, 2023
1 parent c4b6c7b commit 1d25220
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/prod-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: mirromutth/[email protected]
with:
host port: 3306
container port: 3306
mysql database: 'asap_dev'
mysql user: 'asap_dev_admin'
mysql password: ${{ secrets.DatabasePassword }}

- uses: actions/checkout@v3
- name: Set up JDK 11
uses: actions/setup-java@v3
Expand Down

0 comments on commit 1d25220

Please sign in to comment.