Skip to content

Commit

Permalink
Fix: add resource folder
Browse files Browse the repository at this point in the history
  • Loading branch information
emost22 committed Jun 7, 2024
1 parent 8c5cb97 commit 36f4e3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
- name: make application.yml
if: contains(github.ref, 'develop') || contains(github.ref, 'main')
run: |
mkdir ./src/main/resources
cd ./src/main/resources
touch ./application.yml
echo "${{ secrets.YML_PROD }}" > ./application.yml
Expand Down

0 comments on commit 36f4e3b

Please sign in to comment.