Skip to content

Commit

Permalink
[#47] feat: githubactions workflow 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Te-H0 authored Apr 18, 2024
1 parent f78c119 commit 1bc517b
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,24 @@ jobs:
echo "${{ secrets.YML }}" | base64 --decode > src/main/resources/application.yml
find src
- name: Set Database
uses: mirromutth/[email protected]
# - name: Set Database
# uses: mirromutth/[email protected]
# with:
# host port: 3306
# container port: 3306
# mariadb database: 'nanaland'
# maraidb user: 'root'
# mariadb password: ${{ secrets.DATABASE_KEY }}

- name: Set up MariaDB 10
uses: getong/[email protected]
with:
host port: 3306
container port: 3306
mariadb database: 'nanaland'
maraidb user: 'root'
mariadb password: ${{ secrets.DATABASE_KEY }}
mysql database: 'nanaland'
mysql user: 'root'
mysql password: ${{ secrets.DATABASE_KEY }}
# mysql root password: ${{ secrets.RootPassword }} # Required if "mysql user" is empty, default is empty. The root superuser password

# 3) gradlew 권한 설정
- name: Grant execute permission for gradlew
Expand Down

0 comments on commit 1bc517b

Please sign in to comment.