Skip to content

Commit

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

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

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

0 comments on commit f6aa762

Please sign in to comment.