Move release step from master branch to release tags

This commit is contained in:
Ramon Wenger 2020-06-22 15:51:30 +02:00
parent 991efbe613
commit 21508d8de5
1 changed files with 7 additions and 1 deletions

View File

@ -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