Fix my-kv deployment name
This commit is contained in:
parent
edf5898a77
commit
591c7f630f
|
|
@ -136,6 +136,12 @@ aliases:
|
|||
trigger: manual
|
||||
script:
|
||||
- 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:
|
||||
default:
|
||||
|
|
|
|||
Loading…
Reference in New Issue