script/my_app deploy heroku [OPTIONS]
# Create new app with randomly selected name and deploy
script/my_app deploy heroku --create --api-key ...
# Create new app with specified name and deploy
script/my_app deploy heroku --create --name happy-cloud-1234
# Deploy to existing app
script/my_app deploy heroku --name happy-cloud-1234
These options are available:
-n, --appname <name> Specify app for deployment
-a, --api-key <api_key> Heroku API key (read from ~/.heroku/credentials by default).
-c, --create Create a new Heroku app
-v, --verbose Verbose output (heroku response, git output)
-h, --help This message
Workflow
Heroku service
Sign up - https://api.heroku.com/signup
Install the Heroku Toolbelt
OSX
https://toolbelt.herokuapp.com/download/osx
Ubuntu
wget -qO- https://toolbelt.heroku.com/install.sh | sh