diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 5ac8a2e9..ae2fd9bb 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -63,12 +63,19 @@ aliases: deployment: prod script: - git push https://heroku:$HEROKU_API_KEY@git.heroku.com/skillbox-prod.git HEAD:master +- &deploy-dev + name: deploy to dev on Heroku + deployment: dev + trigger: manual + script: + - git push https://heroku:$HEROKU_API_KEY@git.heroku.com/skillbox-dev.git HEAD:master pipelines: default: - step: *unittest-python - step: *cypress-test - step: *jest-test + - step: *deploy-dev branches: master: