diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index df801bd..0bbf07e 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -25,11 +25,6 @@ jobs: - name: Make application.properties run: | cd ./src/main/resources - touch application.yml - echo "${{ secrets.APPLICATION_PROPERTIES }}" >> ./application.yml - - touch application-prod.yml - echo "${{ secrets.APPLICATION_PROD_PROPERTIES }}" >> ./application-prod.yml mkdir -p ./config/prod cd ./config/prod