Skip to content
This repository has been archived by the owner on Jan 2, 2024. It is now read-only.

Commit

Permalink
Update travis script to create the application.yml file (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
Piumal1999 authored Jun 4, 2021
1 parent d74aff9 commit 7710e0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ before_script:
- cp -r scholarx-frontend/dist/. src/main/resources/static/dist/
- cp src/main/resources/static/dist/index.html src/main/resources/static/
- sudo rm -R scholarx-frontend
- cp src/main/resources/application.yml.example src/main/resources/application.yml
script:
- mvn clean install
deploy:
Expand Down

0 comments on commit 7710e0f

Please sign in to comment.