diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index ae854a1f..98444f1e 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -41,3 +41,11 @@ pipelines: name: Heroku deploy skillbox-prod script: - git push https://heroku:$HEROKU_API_KEY@git.heroku.com/skillbox-prod.git HEAD:master + + develop: + - step: *unittest-python + - step: + name: Heroku deploy skillbox-stage + script: + - git push https://heroku:$HEROKU_API_KEY@git.heroku.com/skillbox-stage.git HEAD:master +