Update release pipelines
This commit is contained in:
parent
c590b373ab
commit
ff9938bd9d
|
|
@ -90,7 +90,7 @@ aliases:
|
|||
trigger: manual
|
||||
script:
|
||||
- git push --force https://heroku:$HEROKU_API_KEY@git.heroku.com/skillbox-dev.git HEAD:master
|
||||
- &deploy-academy
|
||||
- &deploy-academy-manual
|
||||
name: deploy to iterativ-academy on Heroku
|
||||
deployment: prod
|
||||
trigger: manual
|
||||
|
|
@ -126,13 +126,6 @@ pipelines:
|
|||
script:
|
||||
- git push https://heroku:$HEROKU_API_KEY@git.heroku.com/skillbox-stage.git develop:master
|
||||
|
||||
feature/whitelabel:
|
||||
- parallel:
|
||||
- step: *lint
|
||||
- step: *unittest-python
|
||||
- step: *cypress-test
|
||||
- step: *jest-test
|
||||
- step: *deploy-academy
|
||||
|
||||
|
||||
tags:
|
||||
|
|
@ -141,11 +134,16 @@ pipelines:
|
|||
- step: *unittest-python
|
||||
- step: *cypress-test
|
||||
- step: *jest-test
|
||||
- step: *deploy-prod-manual
|
||||
- parallel:
|
||||
- step: *deploy-prod-manual
|
||||
- step: *deploy-academy-manual
|
||||
|
||||
custom:
|
||||
prod:
|
||||
- step: *unittest-python
|
||||
- step: *cypress-test
|
||||
- step: *jest-test
|
||||
- step: *deploy-prod
|
||||
- parallel:
|
||||
- step: *unittest-python
|
||||
- step: *cypress-test
|
||||
- step: *jest-test
|
||||
- parallel:
|
||||
- step: *deploy-prod-manual
|
||||
- step: *deploy-academy-manual
|
||||
|
|
|
|||
Loading…
Reference in New Issue