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

Deploy to Heroku

Tjeu Kayim edited this page Jun 24, 2018 · 2 revisions

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

Clone this wiki locally