Skip to content

Commit

Permalink
chore: gitignore 때문에 인식하지 못하는 경로(main/resources) 생성하고 이동하도록 스크립트 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
kitaee committed Jan 6, 2025
1 parent ed89463 commit a16d0c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:

- name: Make application.yml
run: |
mkdir -p ./src/main/resources
cd ./src/main/resources
touch ./application.yml
echo "${{ secrets.DATABASE }}" > ./application.yml
Expand Down

0 comments on commit a16d0c7

Please sign in to comment.