Update branch for deployment step

This commit is contained in:
Ramon Wenger 2022-05-17 16:26:07 +02:00
parent fb75ec6825
commit 7d7e9dec0d
1 changed files with 2 additions and 2 deletions

View File

@ -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