Skip to content

Commit

Permalink
fix: prod.yml 공파일 루트 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamiwood committed Dec 20, 2024
1 parent b3178b0 commit e004353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/itcast-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Set Yaml
uses: microsoft/variable-substitution@v1
with:
files: ./application-prod.yml
files: application-prod.yml
env:
spring.datasource.url: ${{secrets.KJH_MYSQL_URL}}
spring.datasource.username: ${{ secrets.KJH_DB_USERNAME }}
Expand Down

0 comments on commit e004353

Please sign in to comment.