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

Add Delivery Module
  • Loading branch information
Jyuung authored Aug 15, 2024
1 parent f0d3722 commit 05f5bed
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 @@ -21,11 +21,16 @@ jobs:
- name: Make docker-compose.yml
run: echo "${{ secrets.DOCKER_COMPOSE }}" > docker-compose.yml

- name: Make application.yml
- name: Make Warehouse application.yml
run: |
cd ./warehouse/src/main/resources
echo "${{ secrets.APPLICATION }}" > application.yml
- name: Make Delivery application.yml
run: |
cd ./delivery/src/main/resources
echo "${{ secrets.APPLICATION }}" > application.yml
- name: Build with Gradle
run: ./gradlew build

Expand Down

0 comments on commit 05f5bed

Please sign in to comment.