Skip to content

Commit

Permalink
SB-28 (Feat) : Update gradle.yml
Browse files Browse the repository at this point in the history
SB-28 (Feat) : Update gradle.yml

Gateway application.yml 생성 및 추가
  • Loading branch information
Jyuung authored Aug 18, 2024
1 parent 8f4c92d commit 68caa54
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 68caa54

Please sign in to comment.