diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 77dedeee..8d45f9a5 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -130,6 +130,8 @@ definitions: script: - git push https://heroku:$HEROKU_API_KEY@git.heroku.com/skillbox-preprod.git HEAD:master - git push https://heroku:$HEROKU_API_KEY@git.heroku.com/my-kv-preprod.git HEAD:master + - git push https://heroku:$HEROKU_API_KEY@git.heroku.com/my-dha-preprod.git HEAD:master + - git push https://heroku:$HEROKU_API_KEY@git.heroku.com/my-dhf-preprod.git HEAD:master - &deploy-prod-manual name: deploy to prod environments on heroku trigger: manual @@ -137,8 +139,8 @@ definitions: script: - git push https://heroku:$HEROKU_API_KEY@git.heroku.com/skillbox-prod.git HEAD:master - git push https://heroku:$HEROKU_API_KEY@git.heroku.com/my-kv-prod.git HEAD:master - - git push https://heroku:$HEROKU_API_KEY@git.heroku.com/mydetailhandel-dha-prod.git HEAD:master - - git push https://heroku:$HEROKU_API_KEY@git.heroku.com/mydetailhandel-dhf-prod.git HEAD:master + - git push https://heroku:$HEROKU_API_KEY@git.heroku.com/my-dha-prod.git HEAD:master + - git push https://heroku:$HEROKU_API_KEY@git.heroku.com/my-dhf-prod.git HEAD:master pipelines: default: