From 649de5cdb4a5f7db3f92256c21ce2fe1bbcb796b Mon Sep 17 00:00:00 2001 From: jinseohyun1228 <121755257+jinseohyun1228@users.noreply.github.com> Date: Thu, 7 Nov 2024 22:45:57 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B0=B0=ED=8F=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/Deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/Deploy.yml b/.github/workflows/Deploy.yml index 831600d0..caa8ab9f 100644 --- a/.github/workflows/Deploy.yml +++ b/.github/workflows/Deploy.yml @@ -27,6 +27,8 @@ jobs: - name: Create application.properties from Secrets run: | + echo "Current directory: $(pwd)" + mkdir -p src/main/resources echo "${{ secrets.APPLICATION }}" > ./src/main/resources/application.properties cat ./src/main/resources/application.properties