Closed OleMussmann closed 6 years ago
When git pushing a bitrise repository to Heroku, the --force option has to be used if a Heroku repository already exists.
git push
--force
This pull request implements this as an option, which defaults to true (force push). Fixes https://github.com/bitrise-steplib/steps-heroku-deploy/issues/1.
Hey @OleMussmann !
Thank you for the PR. We try to review and reply ASAP!
When
git push
ing a bitrise repository to Heroku, the--force
option has to be used if a Heroku repository already exists.This pull request implements this as an option, which defaults to true (force push). Fixes https://github.com/bitrise-steplib/steps-heroku-deploy/issues/1.