Skip to content

Commit

Permalink
NABI-254--chore : CICD script 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
BeommoKoo-dev committed Nov 17, 2023
1 parent af152ca commit 669ef11
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/CICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ jobs:
# application.properties를 프로젝트에 포함
- name: add Application.yml
run:
touch ./src/main/resources/application.yml
cd ./src/main/resources
touch ./application.yml

echo "${{ secrets.APPLICATION_YML }}" > ./application.yml
shell: bash

Expand Down

0 comments on commit 669ef11

Please sign in to comment.