From d82c6c21d62c0f82465ab9bcee308b519373312d Mon Sep 17 00:00:00 2001 From: DongkyunKim <134477764+dongkyun0713@users.noreply.github.com> Date: Thu, 18 Jul 2024 23:58:44 +0900 Subject: [PATCH] =?UTF-8?q?Fix(#14):=20properties=EB=A5=BC=20yml=EB=A1=9C?= =?UTF-8?q?=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3ac09cee..2f31c147 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -27,8 +27,8 @@ jobs: java-version: '17' distribution: 'temurin' - - name: Set up application-prod.properties - run: echo "${{ secrets.APPLICATION }}" > ./src/main/resources/application-prod.properties + - name: Set up application-prod.yml + run: echo "${{ secrets.DEV_APPLICATION }}" > ./src/main/resources/application-prod.yml - name: Build with Gradle run: ./gradlew build -x test