From 061b5d0e95a2db58f5dc7b8021ed310d42f7d002 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9D=B4=ED=83=9C=EC=9C=A4?= Date: Sun, 6 Oct 2024 00:07:16 +0900 Subject: [PATCH] Update deploy.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 이태윤 --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 8919213..38c0653 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -42,7 +42,7 @@ jobs: # secrets 내용을 읽어 yml 파일을 특정 위치에 생성 - name: Create application.yml run: | - echo -e "${{ secrets.APPLICATION }}" > ./src/main/resources/application.yml + echo -e "${{ secrets.APPLICATION_YML }}" > ./src/main/resources/application.yml # Build Application - name: Build the application