Update deployment steps in pipelines
This commit is contained in:
parent
af7087a224
commit
a43c9b4341
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue