Skip to content

Commit bd9150b

Browse files
authored
Merge pull request #111 from SSUMC-7th/woody/#107
[CI] : GitHub Actions 프로젝트 상대경로 수정
2 parents 6500dda + 63ccc22 commit bd9150b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dev_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
- name: Make application.yml # application.yml 파일 생성
2121
run: |
22-
cd ../src/main/resources
22+
cd ./spring/src/main/resources
2323
echo "${{ secrets.APPLICATION_YML_WOODY }}" > ./application.yml
2424
shell: bash
2525

0 commit comments

Comments
 (0)