diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 66001ca2..903b04be 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -127,8 +127,8 @@ definitions: trigger: manual deployment: preprod script: - - git push https://heroku:$HEROKU_API_KEY@git.heroku.com/skillbox-preprod.git master:master - - git push https://heroku:$HEROKU_API_KEY@git.heroku.com/my-kv-preprod.git master:master + - 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 - &deploy-prod-manual name: deploy to prod environments on heroku trigger: manual