Skip to content

Commit

Permalink
[Setting] CD 파일 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jinkonu authored May 25, 2024
1 parent fb52cee commit 2d1aa95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
- name: make application.yml
run: |
## create application.yml
mkdir ./src/main/resources
cd ./src/main/resources
mkdir ./planfit/src/main/resources
cd ./planfit/src/main/resources
touch ./application.yml
Expand Down

0 comments on commit 2d1aa95

Please sign in to comment.