Add custome deploy feature branch
This commit is contained in:
parent
1fe636fb53
commit
a162cecbb0
|
|
@ -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