Skip to content

Commit 8100228

Browse files
committed
New pipeline to deploy apigee proxy only
1 parent 508f8fc commit 8100228

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

azure/azure-new-int-pipeline.yml

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
name: "$(SourceBranchName)+$(BuildID)"
2+
3+
trigger: none
4+
pr: none
5+
6+
resources:
7+
repositories:
8+
- repository: common
9+
type: github
10+
name: NHSDigital/api-management-utils
11+
ref: refs/heads/edge
12+
endpoint: NHSDigital
13+
pipelines:
14+
- pipeline: build_pipeline
15+
source: "Immunisation-Fhir-Api-Build"
16+
trigger:
17+
branches:
18+
include:
19+
- refs/tags/v*
20+
21+
pool:
22+
name: 'AWS-ECS'
23+
24+
variables:
25+
- template: project.yml
26+
27+
extends:
28+
template: azure/common/apigee-deployment.yml@common
29+
parameters:
30+
service_name: ${{ variables.service_name }}
31+
short_service_name: ${{ variables.short_service_name }}
32+
service_base_path: ${{ variables.service_base_path }}
33+
apigee_deployments:
34+
- environment: int
35+
jinja_templates:
36+
DOMAIN_ENDPOINT: https://green.imms.int.vds.platform.nhs.uk

0 commit comments

Comments
 (0)