Skip to content

Commit

Permalink
Fix: application.yml 파일로 배포 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
mjttong committed Aug 27, 2024
1 parent 91d307c commit 84b2155
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ jobs:
run: chmod +x gradlew

## create application-prod.properties
- name: create application.properties
- name: create application.yml
run: |
cd ./src/main
cd ./resources
touch ./application.properties
touch ./application.yml
ls *
echo "${{ secrets.APPLICATION_PROPERTIES }}" > ./application.properties
echo "${{ secrets.APPLICATION_YML }}" > ./application.yml
- name: Build with Gradle
run: ./gradlew build -x test
Expand Down

0 comments on commit 84b2155

Please sign in to comment.