Fix my-kv deployment name
This commit is contained in:
parent
edf5898a77
commit
591c7f630f
|
|
@ -136,6 +136,12 @@ aliases:
|
||||||
trigger: manual
|
trigger: manual
|
||||||
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
|
||||||
|
- &deploy-my-kv-prod-manual
|
||||||
|
name: deploy to my-kv-prod on Heroku
|
||||||
|
deployment: my-kv-prod
|
||||||
|
trigger: manual
|
||||||
|
script:
|
||||||
|
- git push https://heroku:$HEROKU_API_KEY@git.heroku.com/my-kv-prod.git HEAD:master
|
||||||
|
|
||||||
pipelines:
|
pipelines:
|
||||||
default:
|
default:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue