diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index d76c41d2..91461c89 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -47,5 +47,5 @@ pipelines: - step: name: Heroku deploy skillbox-stage script: - - git push https://heroku:$HEROKU_API_KEY@git.heroku.com/skillbox-stage.git HEAD:develop + - git push https://heroku:$HEROKU_API_KEY@git.heroku.com/skillbox-stage.git develop:master