From 48586871504bf30c52522cae4cceafcae8f987d7 Mon Sep 17 00:00:00 2001 From: 0tae Date: Fri, 28 Feb 2025 04:06:59 +0900 Subject: [PATCH] =?UTF-8?q?fix(CI/CD)=20:=20staging=20workflow=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/DOCKER-CD-STAGING.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/DOCKER-CD-STAGING.yml b/.github/workflows/DOCKER-CD-STAGING.yml index b170718..d1e1f12 100644 --- a/.github/workflows/DOCKER-CD-STAGING.yml +++ b/.github/workflows/DOCKER-CD-STAGING.yml @@ -49,7 +49,7 @@ jobs: run: | cd ./src/main/resources touch ./application-staging.yml - echo "${{ secrets.PROD_STAGING }}" > ./application-staging.yml + echo "${{ secrets.STAGING_YML }}" > ./application-staging.yml working-directory: ${{ env.working-directory }} - name: aws-config.yml 생성