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: *cypress-test
|
||||
- step: *jest-test
|
||||
- step: *deploy-prod-manual
|
||||
|
||||
develop:
|
||||
- step: *lint
|
||||
|
|
@ -109,6 +108,13 @@ pipelines:
|
|||
script:
|
||||
- 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:
|
||||
prod:
|
||||
- step: *unittest-python
|
||||
|
|
|
|||
Loading…
Reference in New Issue