Deploying to heroku

After having a lot of trouble with the justmeteor tutorial on deploying to heroku, I decided to write my own.

It is working beautifully now. If there are any isses with this just reply here or on medium.

Enjoy!

2 Likes

Thank you, it’s helpful :smiley:

1 Like

what about mongodb ? do they support it as well ? or we have to call it from somewhere else via URL

Hi,

Yes it is supported. A MongoDB database on mLabs is automatically created for you by Heroku and the horse buildpack when you deploy for the first time.

However you can still use your own mongodb database by adding your mongo uri as an environment variable