Skip to content

Commit

Permalink
Update deploy_production.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dongkyun0713 authored Dec 19, 2024
1 parent 7ff2336 commit c964f0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
distribution: 'temurin'

- name: Set up application.yml
run: echo "${{ secrets.PRODUCTION_APPLICATION }}" > ./src/main/resources/application.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 c964f0e

Please sign in to comment.