Skip to content

Commit

Permalink
#1 [merge] merge branch
Browse files Browse the repository at this point in the history
Merge branch 'develop' of https://github.com/Q-Dang/qdang-was into develop
  • Loading branch information
SeorinY committed Sep 21, 2023
2 parents f9757ac + 967b277 commit 5fe321a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5fe321a

Please sign in to comment.