Deploying a MeteorJS apps to Heroku

I thought deploying a MeteorJS to Heroku would be a difficult task, but it turns out to be quite easy after all. You just need to execute those commands:

1
2
3
cd /path/to/meteor/app
heroku config:add BUILDPACK_URL=https://github.com/oortcloud/heroku-buildpack-meteorite.git
git push heroku master