Update pipeline steps for develop branch

This commit is contained in:
Ramon Wenger 2021-02-24 15:19:02 +01:00
parent 5a3badd38e
commit c03275dc01
1 changed files with 14 additions and 9 deletions

View File

@ -92,11 +92,20 @@ aliases:
- git push --force https://heroku:$HEROKU_API_KEY@git.heroku.com/skillbox-dev.git HEAD:master
- &deploy-academy-manual
name: deploy to iterativ-academy on Heroku
deployment: prod
deployment: academy-stage
trigger: manual
script:
- git push https://heroku:$HEROKU_API_KEY@git.heroku.com/iterativ-academy.git HEAD:master
- &deploy-academy
name: deploy to iterativ-academy on Heroku
deployment: academy-stage
script:
- git push https://heroku:$HEROKU_API_KEY@git.heroku.com/iterativ-academy.git HEAD:master
- &deploy-stage
name: deploy to stage on Heroku
deployment: stage
script:
- git push https://heroku:$HEROKU_API_KEY@git.heroku.com/skillbox-stage.git develop:master
pipelines:
default:
@ -120,13 +129,9 @@ pipelines:
- step: *unittest-python
- step: *cypress-test
- step: *jest-test
- step:
name: deploy to stage on Heroku
deployment: stage
script:
- git push https://heroku:$HEROKU_API_KEY@git.heroku.com/skillbox-stage.git develop:master
- parallel:
- step: *deploy-stage
- step: *deploy-academy
tags:
v202*: