Installing pipeline
Once Heroku Toolbelt is installed it requires Pipelines plugin too.
heroku plugins:install heroku-pipelines
Creating pipelines
You must start with an app to add to the pipeline, although it doesn’t have to be for a particular stage. If you don’t specify --stage STAGE, the...