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.git
Then git push
to heroku as usual.
You need to set the ROOT_URL
environment variable:
heroku config:add ROOT_URL=your.domain.com
You can specify meteor settings by setting the METEOR_SETTINGS
environment variable:
heroku config:add METEOR_SETTINGS='{"herp":"derp"}'
This buildpack is DB agnostic so you need to specify a DB connection in heroku config