Skip to content

Commit

Permalink
Merge pull request #111 from SSUMC-7th/woody/#107
Browse files Browse the repository at this point in the history
[CI] : GitHub Actions 프로젝트 상대경로 수정
  • Loading branch information
2ghrms authored Dec 26, 2024
2 parents 6500dda + 63ccc22 commit bd9150b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

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

Expand Down

0 comments on commit bd9150b

Please sign in to comment.