diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 98444f1e..d76c41d2 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:master + - git push https://heroku:$HEROKU_API_KEY@git.heroku.com/skillbox-stage.git HEAD:develop