From ae3d1cc0ac046b392e4e9572acc43d15bb3c4735 Mon Sep 17 00:00:00 2001 From: kingjinyong <163799220+kingjinyong@users.noreply.github.com> Date: Wed, 15 Jan 2025 22:06:32 +0900 Subject: [PATCH] Update ci-cd.yml --- .github/workflows/ci-cd.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 0610b82..991ba3d 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -52,7 +52,6 @@ jobs: # .gitignore에 있는 properties파일 추가 - name: Add prod_properties run: | - mkdir ./src/main/resources touch ./src/main/resources/application-oauth.properties touch ./src/main/resources/application-private.properties echo "${{ secrets.OAUTHPROPERTIES }}" > ./src/main/resources/application.properties