diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 4989f0e..f12feaa 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -22,4 +22,4 @@ pipelines: - pip script: - pip install -r requirements.txt - - git push https://heroku:$HEROKU_API_KEY@git.heroku.com/$HEROKU_APP_NAME_STAGING.git HEAD + - git push https://heroku:$HEROKU_API_KEY@git.heroku.com/$HEROKU_APP_NAME_STAGING.git HEAD:master