From 31e298392f212ffc4abba11de61f08bb16e97cea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=8B=A0=EC=B0=BD=EC=97=BD?= Date: Mon, 10 Jun 2024 16:45:54 +0900 Subject: [PATCH] =?UTF-8?q?[INFRA]=20Setting=20:=20=EC=9E=84=EC=8B=9C=20?= =?UTF-8?q?=EB=B0=B0=ED=8F=AC=20github=20action=20=EC=84=A4=EC=A0=95?= =?UTF-8?q?=EC=98=A4=EB=A5=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 75cb375..0fbfa72 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -41,8 +41,8 @@ jobs: - name: Create application.properties run: | - echo "${{ secrets.APP_PROPERTIES_PROD }}" >> src/main/resources/application-prod.properties - echo "${{ secrets.APP_PROPERTIES }}" >> src/main/resources/application.properties + echo "${{ secrets.APP_PROPERTIES_PROD }}" >> backend/src/main/resources/application-prod.properties + echo "${{ secrets.APP_PROPERTIES }}" >> backend/src/main/resources/application.properties - name: Log in to Docker Hub