From 6cfa68833a39d42493d406f67dd4e750b7265fce Mon Sep 17 00:00:00 2001 From: Jiyun Date: Sun, 4 Jan 2026 13:54:33 +0900 Subject: [PATCH] =?UTF-8?q?#150=20Fix:=20cd.yml=20write-application-yml=20?= =?UTF-8?q?true=20=EC=84=A4=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cd.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 4ce0e3a..0ae17e5 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -11,6 +11,7 @@ jobs: java-version: "17" distribution: "temurin" image-name: ${{ vars.MY_APP }} + write-application-yml: true secrets: DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }} DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}