Skip to content

Commit

Permalink
[Fix] :: deploy yml files path fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lgwk42 committed May 14, 2024
1 parent 6b9d9f8 commit 5bb8398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: set yml file
uses: microsoft/variable-substitution@v1
with:
files: .src/main/resources/application.yml
files: src/main/resources/application.yml
env:
spring.datasource.url: ${{ secrets.RDS_PATH }}
spring.datasource.username: ${{ secrets.DB_USERNAME }}
Expand Down

0 comments on commit 5bb8398

Please sign in to comment.