Merged in feature/test-pipelines (pull request #152)
Add custome deploy feature branch Approved-by: Elia Bieri
This commit is contained in:
commit
9e3a22b510
|
|
@ -141,6 +141,10 @@ pipelines:
|
||||||
deployment: prod-azure
|
deployment: prod-azure
|
||||||
trigger: manual
|
trigger: manual
|
||||||
custom:
|
custom:
|
||||||
|
deploy-feature-branch:
|
||||||
|
- step:
|
||||||
|
<<: *deploy
|
||||||
|
name: deploy feature
|
||||||
deploy-stage:
|
deploy-stage:
|
||||||
- step:
|
- step:
|
||||||
<<: *deploy
|
<<: *deploy
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue