Skip to content

Commit

Permalink
Fix(#14): yml을 properties로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
dongkyun0713 authored Jul 18, 2024
1 parent 6111266 commit 1b57f35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
java-version: '17'
distribution: 'temurin'

- name: Set up application-prod.yml
run: echo "${{ secrets.APPLICATION }}" > ./src/main/resources/application-prod.yml
- name: Set up application-prod.properties
run: echo "${{ secrets.APPLICATION }}" > ./src/main/resources/application-prod.properties

- name: Build with Gradle
run: ./gradlew build -x test
Expand Down

0 comments on commit 1b57f35

Please sign in to comment.