Update pipeline steps for develop branch
This commit is contained in:
parent
5a3badd38e
commit
c03275dc01
|
|
@ -92,11 +92,20 @@ aliases:
|
||||||
- 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-manual
|
- &deploy-academy-manual
|
||||||
name: deploy to iterativ-academy on Heroku
|
name: deploy to iterativ-academy on Heroku
|
||||||
deployment: prod
|
deployment: academy-stage
|
||||||
trigger: manual
|
trigger: manual
|
||||||
script:
|
script:
|
||||||
- git push https://heroku:$HEROKU_API_KEY@git.heroku.com/iterativ-academy.git HEAD:master
|
- 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:
|
pipelines:
|
||||||
default:
|
default:
|
||||||
|
|
@ -120,13 +129,9 @@ pipelines:
|
||||||
- step: *unittest-python
|
- step: *unittest-python
|
||||||
- step: *cypress-test
|
- step: *cypress-test
|
||||||
- step: *jest-test
|
- step: *jest-test
|
||||||
- step:
|
- parallel:
|
||||||
name: deploy to stage on Heroku
|
- step: *deploy-stage
|
||||||
deployment: stage
|
- step: *deploy-academy
|
||||||
script:
|
|
||||||
- git push https://heroku:$HEROKU_API_KEY@git.heroku.com/skillbox-stage.git develop:master
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
tags:
|
tags:
|
||||||
v202*:
|
v202*:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue