Update release pipelines

This commit is contained in:
Ramon Wenger 2021-02-23 16:54:28 +01:00
parent c590b373ab
commit ff9938bd9d
1 changed files with 11 additions and 13 deletions

View File

@ -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
- parallel:
- step: *deploy-prod-manual
- step: *deploy-academy-manual
custom:
prod:
- parallel:
- step: *unittest-python
- step: *cypress-test
- step: *jest-test
- step: *deploy-prod
- parallel:
- step: *deploy-prod-manual
- step: *deploy-academy-manual