Skip to content

Commit

Permalink
Update build_push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
royroyee authored Sep 19, 2023
1 parent c3aa3c9 commit af91655
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ jobs:
- name: Create application-properties.yml
run: echo "${{ secrets.APPLICATION_PROPERTIES }}" > src/main/resources/application-properties.yml

- name: Create necessary directories
run: |
mkdir -p src/main/resources/database
mkdir -p src/main/resources/api
- name: Create application-database.yml
run: echo "${{ secrets.APPLICATION_DATABASE }}" > src/main/resources/database/application-database.yml

Expand Down

0 comments on commit af91655

Please sign in to comment.