Add new environments to deployment pipeline

This commit is contained in:
Ramon Wenger 2022-11-29 17:45:43 +01:00
parent 8baef2e41d
commit 055ffd2dcb
1 changed files with 2 additions and 0 deletions

View File

@ -137,6 +137,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
pipelines:
default: