Add deploy step for my-kv-prod

This commit is contained in:
Ramon Wenger 2022-04-22 12:31:37 +02:00
parent 43bbf45d61
commit cc545d0056
1 changed files with 9 additions and 2 deletions

View File

@ -131,11 +131,17 @@ aliases:
script:
- git push https://heroku:$HEROKU_API_KEY@git.heroku.com/skillbox-stage.git develop:master
- &deploy-prod-manual
name: deploy to prod on Heroku
name: deploy to skillbox-prod on Heroku
deployment: prod
trigger: manual
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: prod
trigger: manual
script:
- git push https://heroku:$HEROKU_API_KEY@git.heroku.com/my-kv-prod.git HEAD:master
pipelines:
default:
@ -173,6 +179,7 @@ pipelines:
- step: *jest-test
- parallel:
- step: *deploy-prod-manual
- step: *deploy-my-kv-prod-manual
custom:
prod: