bitrise-steplib / steps-heroku-deploy

Deploy to Heroku
MIT License
1 stars 6 forks source link

Add option to force push to Heroku repository #2

Closed OleMussmann closed 6 years ago

OleMussmann commented 6 years ago

When git pushing 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.

trapacska commented 6 years ago

Hey @OleMussmann !

Thank you for the PR. We try to review and reply ASAP!