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
|
||||
trigger: manual
|
||||
custom:
|
||||
deploy-feature-branch:
|
||||
- step:
|
||||
<<: *deploy
|
||||
name: deploy feature
|
||||
deploy-stage:
|
||||
- step:
|
||||
<<: *deploy
|
||||
|
|
|
|||
Loading…
Reference in New Issue