Deploy to Heroku - TjeuKayim/coldab GitHub Wiki

Use CLI

heroku git:remote -a coldab
heroku addons:create heroku-postgresql
heroku auth:token

Add Maven goal

HEROKU_API_KEY=(...)
mvn heroku:deploy

Links

https://devcenter.heroku.com/articles/deploying-spring-boot-apps-to-heroku

https://github.com/TjeuKayim/coldab/pull/33