Update branch for deployment step
This commit is contained in:
parent
fb75ec6825
commit
7d7e9dec0d
|
|
@ -127,8 +127,8 @@ definitions:
|
||||||
trigger: manual
|
trigger: manual
|
||||||
deployment: preprod
|
deployment: preprod
|
||||||
script:
|
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/skillbox-preprod.git HEAD: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/my-kv-preprod.git HEAD:master
|
||||||
- &deploy-prod-manual
|
- &deploy-prod-manual
|
||||||
name: deploy to prod environments on heroku
|
name: deploy to prod environments on heroku
|
||||||
trigger: manual
|
trigger: manual
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue