Skip to content

Commit

Permalink
#1 Update test application deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
tscz committed Jan 13, 2020
1 parent db1927e commit aeec4cb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@ jdk:
- openjdk12
script:
- ./gradlew build --info
deploy:
provider: heroku
api_key: $API_KEY
app:
master: jalp-staging
production: jalp-production
after_success:
# Manual upload of coverage report, see https://github.com/kt3k/coveralls-gradle-plugin/issues/85
- ./gradlew jacocoRootReport coveralls
Expand Down
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
web: java $JAVA_OPTS -Dserver.port=$PORT -jar build/libs/spring-boot-platform-*.jar
web: java $JAVA_OPTS -Dserver.port=$PORT -jar spring-boot-platform-tests/build/libs/spring-boot-platform-*.jar

0 comments on commit aeec4cb

Please sign in to comment.