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