Move release step from master branch to release tags
This commit is contained in:
parent
991efbe613
commit
21508d8de5
|
|
@ -96,7 +96,6 @@ pipelines:
|
||||||
- step: *unittest-python
|
- step: *unittest-python
|
||||||
- step: *cypress-test
|
- step: *cypress-test
|
||||||
- step: *jest-test
|
- step: *jest-test
|
||||||
- step: *deploy-prod-manual
|
|
||||||
|
|
||||||
develop:
|
develop:
|
||||||
- step: *lint
|
- step: *lint
|
||||||
|
|
@ -109,6 +108,13 @@ 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
|
||||||
|
|
||||||
|
tags:
|
||||||
|
release/*:
|
||||||
|
- step: *unittest-python
|
||||||
|
- step: *cypress-test
|
||||||
|
- step: *jest-test
|
||||||
|
- step: *deploy-prod-manual
|
||||||
|
|
||||||
custom:
|
custom:
|
||||||
prod:
|
prod:
|
||||||
- step: *unittest-python
|
- step: *unittest-python
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue