# Buildpackでひな形生成 $ heroku create --stack cedar --buildpack https://github.com/AdmitHub/meteor-buildpack-horse.git # ROOT_URLの指定が必要 $ heroku config:add ROOT_URL=https://YOUR_APP_NAME.com # mongodb $ heroku addons:add mongohq:sandbox # fourseven:scssを使っている場合これしないとこける $ heroku stack:set cedar-14 # デプロイ $ heroku git:remote -a YOUR_APP_NAME $ git push heroku master