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