We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6500dda + 63ccc22 commit bd9150bCopy full SHA for bd9150b
.github/workflows/dev_deploy.yml
@@ -19,7 +19,7 @@ jobs:
19
20
- name: Make application.yml # application.yml 파일 생성
21
run: |
22
- cd ../src/main/resources
+ cd ./spring/src/main/resources
23
echo "${{ secrets.APPLICATION_YML_WOODY }}" > ./application.yml
24
shell: bash
25
0 commit comments