https://devcenter.heroku.com/articles/pipelines
Cleaning repository
heroku plugins:install heroku-repo
heroku repo:reset
Adding repository
git remote add staging https://git.heroku.com/staging-app.git
git remote add heroku https://git.heroku.com/app.git
Top comments (0)