Skip to content

Commit

Permalink
HOT FIX : yaml 파일 위치시킬 resource 폴더 생성 command 추가(CD Script)
Browse files Browse the repository at this point in the history
  • Loading branch information
yummygyudon committed Nov 24, 2023
1 parent 27973c1 commit 90d4e20
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/SKT_T1_CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ jobs:
java-version: '17'

- name: mkdir resources folder
run: touch ./src/main/resources/application.yml
run: |
mkdir ./src/main/resources
touch ./src/main/resources/application.yml
shell: bash

- name: copy yaml file
Expand Down

0 comments on commit 90d4e20

Please sign in to comment.