diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index f1968255..bd81b1f1 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -38,7 +38,7 @@ jobs: # application.properties를 프로젝트에 포함 - name: Make application.properties run: | - cd ./src/main/resources + cd nabimarket-api/src/main/resources touch ./application.properties echo "${{ secrets.DATABASE_PROPERTIES }}" >> ./application.properties