Skip to content

Commit

Permalink
Merge branch 'release' of https://github.com/FX-BAOBAB/Baobab-SERVER
Browse files Browse the repository at this point in the history
…into release
  • Loading branch information
Jyuung committed Aug 15, 2024
2 parents c2f9af5 + 05f5bed commit d9aa626
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 d9aa626

Please sign in to comment.