Skip to content

Commit

Permalink
Fix(#14): properties를 yml로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
dongkyun0713 authored Jul 18, 2024
1 parent 1b57f35 commit d82c6c2
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.properties
run: echo "${{ secrets.APPLICATION }}" > ./src/main/resources/application-prod.properties
- name: Set up application-prod.yml
run: echo "${{ secrets.DEV_APPLICATION }}" > ./src/main/resources/application-prod.yml

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

0 comments on commit d82c6c2

Please sign in to comment.