Add new environments to deployment pipeline
This commit is contained in:
parent
8baef2e41d
commit
055ffd2dcb
|
|
@ -137,6 +137,8 @@ definitions:
|
||||||
script:
|
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/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/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:
|
pipelines:
|
||||||
default:
|
default:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue