From 1f9cee696bd4490472e053145056abbbeb18a0d7 Mon Sep 17 00:00:00 2001 From: lynydoh Date: Wed, 3 Jan 2024 09:26:52 +0900 Subject: [PATCH] =?UTF-8?q?#9=20[feat]=20CD=20=EC=9B=8C=ED=81=AC=ED=94=8C?= =?UTF-8?q?=EB=A1=9C=EC=9A=B0=20=ED=8C=8C=EC=9D=BC=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/PROD-CD.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/PROD-CD.yml b/.github/workflows/PROD-CD.yml index 6dd6a17f..74891ec3 100644 --- a/.github/workflows/PROD-CD.yml +++ b/.github/workflows/PROD-CD.yml @@ -25,7 +25,9 @@ jobs: run: | mkdir ./module-api/src/main/resources cd ./module-api/src/main/resources + touch ./application.yml echo "${{ secrets.PROD_APPLICATION }}" > ./application.yml + cat ./application.yml working-directory: ${{ env.working-directory }} - name: 빌드