diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 263ef6d..5e4d617 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -26,7 +26,11 @@ jobs: mkdir ./adapter-persistence/src/main/resources cd ./adapter-persistence/src/main/resources touch ./application.yaml - echo "${{ secrets.QDANG_PROD_APPLICATION }}" >> ./application.yaml + touch ./application-prod.yaml + touch ./application-common.yaml + echo "${{ secrets.QDANG_APPLICATION }}" >> ./application.yaml + echo "${{ secrets.QDANG_PROD_APPLICATION }}" >> ./application-prod.yaml + echo "${{ secrets.QDANG_COMMON_APPLICATION }}" >> ./application-common.yaml shell: bash - name: Grant execute permission for gradlew