From 7caa484b314ed0fbec7492450f0fb094be59662f Mon Sep 17 00:00:00 2001 From: kimjihye Date: Fri, 20 Dec 2024 10:44:54 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20prod.yml=20=ED=8C=8C=EC=9D=BC=20?= =?UTF-8?q?=EB=A3=A8=ED=8A=B8=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/itcast-build-and-test.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/itcast-build-and-test.yml b/.github/workflows/itcast-build-and-test.yml index fa6e99e..2771a07 100644 --- a/.github/workflows/itcast-build-and-test.yml +++ b/.github/workflows/itcast-build-and-test.yml @@ -55,14 +55,12 @@ jobs: # DI - name: Ensure application-prod.yml exists - run: | - mkdir -p ./src/main/resources/ - touch ./src/main/resources/application-prod.yml + run: touch ./application-prod.yml - name: Set Yaml uses: microsoft/variable-substitution@v1 with: - files: ./src/main/resources/application-prod.yml + files: ./application-prod.yml env: spring.datasource.url: ${{secrets.KJH_MYSQL_URL}} spring.datasource.username: ${{ secrets.KJH_DB_USERNAME }}