From 40cc3d569abe581c2902e391e7d019dfe4ca9721 Mon Sep 17 00:00:00 2001 From: dl-00-e8 Date: Sun, 21 Jan 2024 21:54:23 +0900 Subject: [PATCH] =?UTF-8?q?[#7]=20chore:=20yml=20=EB=B0=98=EC=98=81=20?= =?UTF-8?q?=EB=B6=80=EB=B6=84=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release-cd.yml | 8 +++++--- .github/workflows/release-ci.yml | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release-cd.yml b/.github/workflows/release-cd.yml index 40cdb2c7..dd8c00d4 100644 --- a/.github/workflows/release-cd.yml +++ b/.github/workflows/release-cd.yml @@ -38,9 +38,11 @@ jobs: # secret.yml 반영 - name: Make application-secret.yml run: | - cd ./src/main/resources - touch ./application.yml - echo "${{ secrets.APPLICATION_SECRET}}" > ./application-secret.yml + cd ./src/main + mkdir resources + cd ./resources + touch touch ./application.yml + echo "${{ secrets.APPLICATION_SECRET}}" > ./application.yml shell: bash # release.yml 반영 diff --git a/.github/workflows/release-ci.yml b/.github/workflows/release-ci.yml index f196a29e..bd933689 100644 --- a/.github/workflows/release-ci.yml +++ b/.github/workflows/release-ci.yml @@ -44,7 +44,7 @@ jobs: mkdir resources cd ./resources touch touch ./application.yml - echo "${{ secrets.GCP_APPLICATION_RELEASE}}" > ./application.yml + echo "${{ secrets.APPLICATION_SECRET}}" > ./application.yml shell: bash # Gradle clean bootJar