From 6027ce6632e347bc7ce49af55489ed2676b9856b Mon Sep 17 00:00:00 2001 From: hongjeZZ Date: Fri, 6 Dec 2024 20:20:55 +0900 Subject: [PATCH] =?UTF-8?q?MATE-90=20:=20[CHORE]=20application.yml=20?= =?UTF-8?q?=EB=82=B4=EC=9A=A9=20=ED=99=95=EC=9D=B8=20=EB=94=94=EB=B2=84?= =?UTF-8?q?=EA=B9=85=20=EC=8A=A4=ED=81=AC=EB=A6=BD=ED=8A=B8=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1066feaf..5c23f343 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -18,6 +18,9 @@ jobs: - name: application-dev.yml 파일 만들기 run: echo "${{ secrets.APPLICATION_PROPERTIES }}" > ./src/main/resources/application.yml + - name: 디버깅 - application.yml 내용 확인 + run: cat ./src/main/resources/application.yml + - name: 테스트 및 빌드하기 run: | chmod +x gradlew