Skip to content

Commit

Permalink
📝 Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
min-0 authored Jul 29, 2024
1 parent e205f8f commit 5f40d05
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,11 @@ jobs:
- name: Set yml
run: |
cat <<EOF >> src/main/resources/application-db.yml
${{ secrets.APPLICATION_YML }}
spring:
datasource:
url: ${{ secrets.MYSQL_URL }}
username: ${{ secrets.MYSQL_USERNAME }}
password: ${{ secrets.MYSQL_PASSWORD }}
EOF
#gradlew 파일에 실행 권한 부여
- name: Grant execute permission to gradlew
Expand Down

0 comments on commit 5f40d05

Please sign in to comment.