diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index f79eaf72..5ac8a2e9 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -60,6 +60,7 @@ aliases: - npm run test:unit - &deploy-prod name: deploy to prod on Heroku + deployment: prod script: - git push https://heroku:$HEROKU_API_KEY@git.heroku.com/skillbox-prod.git HEAD:master @@ -81,6 +82,7 @@ pipelines: - step: *jest-test - step: name: deploy to stage on Heroku + deployment: stage script: - git push https://heroku:$HEROKU_API_KEY@git.heroku.com/skillbox-stage.git develop:master