From a9ae73d059e334a7d08766b1fa27014563904ca1 Mon Sep 17 00:00:00 2001 From: JI YOUNG <101448999+ziiyouth@users.noreply.github.com> Date: Mon, 1 Jan 2024 22:41:07 +0900 Subject: [PATCH] [feat] #7 update CICD.yml --- .github/workflows/CICD.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index a40f8eb..a0d6b74 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -31,6 +31,7 @@ jobs: - name: ๐Ÿญ application.yml ํŒŒ์ผ์„ ์ƒ์„ฑ ํ•ฉ๋‹ˆ๋‹ค. run: | + mkdir ./src/main/resources touch ./src/main/resources/application.yml echo "${{ secrets.APPLICATION }}" > ./src/main/resources/application.yml # github actions์—์„œ ์„ค์ •ํ•œ ๊ฐ’์„ application.yml ํŒŒ์ผ์— ์“ฐ๊ธฐ