From ef130825115e7a2a645fa1ad42b7c3ba6025d699 Mon Sep 17 00:00:00 2001 From: BYEONGRYEOL Date: Mon, 5 Aug 2024 22:40:36 +0900 Subject: [PATCH] =?UTF-8?q?Fix:=20staging=20=ED=99=98=EA=B2=BD=20property?= =?UTF-8?q?=20github=20secret=EC=97=90=20=EC=B6=94=EA=B0=80=20=ED=9B=84=20?= =?UTF-8?q?=EB=B0=98=EC=98=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cicd-ec2.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd-ec2.yml b/.github/workflows/cicd-ec2.yml index 1e067197..2726f2f7 100644 --- a/.github/workflows/cicd-ec2.yml +++ b/.github/workflows/cicd-ec2.yml @@ -62,7 +62,7 @@ jobs: run: | cd ./genti-api/src/main/resources touch ./application-staging.yml - echo "${{ secrets.APPLICATION_DEPLOY }}" > ./application-staging.yml + echo "${{ secrets.APPLICATION_STAGING }}" > ./application-staging.yml shell: bash # gradle build