For Meteor 0.9.x users
Please use https://github.com/AdmitHub/meteor-buildpack-horse
If you need automatic MAIL_GUN integration, use my fork or the previous buildpack: https://github.com/djhi/meteor-buildpack-horse
This build pack allows you to easily deploy meteor apps to heroku using meteorite. It's easy to use different branches of meteor and any smart package you can lay your hands on.
heroku create --stack cedar --buildpack https://github.com/oortcloud/heroku-buildpack-meteorite.gitThen git push to heroku as usual.
You need to set the ROOT_URL environment variable:
heroku config:add ROOT_URL=http://your.domain.comYou can specify meteor settings by setting the METEOR_SETTINGS environment variable:
heroku config:add METEOR_SETTINGS='{"herp":"derp"}'You need to have a verified account so the buildpack can add a mongohq:sandbox addon.
To enable websockets on Heroku, you will need to enable the "labs" feature:
heroku labs:enable websockets