From cb43981ade4cb79dc91d9a0b30a1fee7cf6c35c2 Mon Sep 17 00:00:00 2001 From: Khyojun Date: Sun, 19 Jan 2025 21:54:06 +0900 Subject: [PATCH] =?UTF-8?q?[deploy]=20#117=20cd=20=EC=B6=94=EA=B0=80?= =?UTF-8?q?=ED=95=B4=EC=84=9C=20=EC=9D=B4=EB=8F=99=EB=90=98=EB=8A=94?= =?UTF-8?q?=EC=A7=80=20=ED=95=9C=20=EB=B2=88=20=ED=99=95=EC=9D=B8=ED=95=B4?= =?UTF-8?q?=EB=B3=B4=EA=B8=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/gongbaek-cd.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/gongbaek-cd.yml b/.github/workflows/gongbaek-cd.yml index 52d1ae6..c80c6b3 100644 --- a/.github/workflows/gongbaek-cd.yml +++ b/.github/workflows/gongbaek-cd.yml @@ -29,7 +29,8 @@ jobs: run: | mkdir -p ./src/main/resources ls ./src/main/resources - echo ${{ secrets.PROD_CONFIG }} > ./src/main/resources/application-prod.yml + cd ./src/main/resources/ + echo ${{ secrets.PROD_CONFIG }} > application-prod.yml echo "hello is yml file push success?" cat ./src/main/resources/application-prod.yml