diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index eabe5e20..01ab4e09 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -136,6 +136,12 @@ aliases: trigger: manual script: - git push https://heroku:$HEROKU_API_KEY@git.heroku.com/skillbox-prod.git HEAD:master +- &deploy-my-kv-prod-manual + name: deploy to my-kv-prod on Heroku + deployment: my-kv-prod + trigger: manual + script: + - git push https://heroku:$HEROKU_API_KEY@git.heroku.com/my-kv-prod.git HEAD:master pipelines: default: