From 4dc03560ab9563717fd247056c830d9a43fe2390 Mon Sep 17 00:00:00 2001 From: LeeJaehyung <540900@naver.com> Date: Wed, 4 Dec 2024 16:32:39 +0900 Subject: [PATCH] =?UTF-8?q?Fix:=20#207=20CI/CD=20=ED=8C=8C=EC=9D=BC=20?= =?UTF-8?q?=EC=88=98=EC=A0=95=20-=20json=20=ED=8C=8C=EC=9D=BC=20=EC=A0=80?= =?UTF-8?q?=EC=9E=A5=20=EC=A0=84=20=EB=94=94=EB=A0=89=ED=86=A0=EB=A6=AC=20?= =?UTF-8?q?=EB=A7=8C=EB=93=9C=EB=8A=94=20=EB=B6=80=EB=B6=84=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cicd-ec2.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/cicd-ec2.yml b/.github/workflows/cicd-ec2.yml index 7895a2e8..601db436 100644 --- a/.github/workflows/cicd-ec2.yml +++ b/.github/workflows/cicd-ec2.yml @@ -75,6 +75,10 @@ jobs: # echo "${{ secrets.GOOGLE_ACCOUNT_KEY }}" > ./jsonkey/key.json # shell: bash + - name: Create jsonkey directory + if: contains(github.ref, 'staging') || contains(github.ref, 'main-test') + run: mkdir -p ./genti-api/src/main/resources/jsonkey + - name: Create Google key.json file if: contains(github.ref, 'staging') || contains(github.ref, 'main-test') id: create-json