From 68caa54b5376b122d01c21eba1557cf593948a5c Mon Sep 17 00:00:00 2001 From: JIUNG YANG Date: Sun, 18 Aug 2024 13:48:21 +0900 Subject: [PATCH] SB-28 (Feat) : Update gradle.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit SB-28 (Feat) : Update gradle.yml Gateway application.yml 생성 및 추가 --- .github/workflows/gradle.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 320f3d6f..51def743 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -19,7 +19,12 @@ jobs: distribution: 'temurin' - name: Make docker-compose.yml - run: echo "${{ secrets.DOCKER_COMPOSE }}" > docker-compose.yml + run: echo "${{ secrets.DOCKER_COMPOSE }}" > docker-compose.yml + + - name: Make Warehouse application.yml + run: | + cd ./gateway/src/main/resources + echo "${{ secrets.GATEWAY_APPLICATION }}" > application.yml - name: Make Warehouse application.yml run: |