Skip to content

Commit ad5288c

Browse files
committed
Removed job
1 parent 0a8f254 commit ad5288c

File tree

1 file changed

+18
-23
lines changed

1 file changed

+18
-23
lines changed

azure/new_pipelines/apigee-deployment.yml

Lines changed: 18 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -4,26 +4,21 @@ parameters:
44
- name: tf_dir
55
type: string
66

7-
jobs:
8-
- job: deploy
9-
displayName: Deployment
10-
timeoutInMinutes: 30
11-
pool:
12-
name: 'AWS-ECS'
13-
workspace:
14-
clean: all
15-
steps:
16-
- template: azure/common/apigee-deployment.yml@common
17-
parameters:
18-
service_name: immunisation-fhir-api
19-
short_service_name: ifa
20-
service_base_path: immunisation-fhir-api/FHIR/R4
21-
apigee_deployments:
22-
- environment: internal-dev
23-
jinja_templates:
24-
DOMAIN_ENDPOINT: https://green.imms.int.vds.platform.nhs.uk
25-
post_deploy:
26-
- template: ./post-apigee-deployment.yml
27-
parameters:
28-
tf_dir: ${{ parameters.tf_dir }}
29-
tf_environment: ${{ parameters.tf_environment }}
7+
pool:
8+
name: 'AWS-ECS'
9+
10+
extends:
11+
template: azure/common/apigee-deployment.yml@common
12+
parameters:
13+
service_name: immunisation-fhir-api
14+
short_service_name: ifa
15+
service_base_path: immunisation-fhir-api/FHIR/R4
16+
apigee_deployments:
17+
- environment: internal-dev
18+
jinja_templates:
19+
DOMAIN_ENDPOINT: https://green.imms.int.vds.platform.nhs.uk
20+
post_deploy:
21+
- template: ./post-apigee-deployment.yml
22+
parameters:
23+
tf_dir: ${{ parameters.tf_dir }}
24+
tf_environment: ${{ parameters.tf_environment }}

0 commit comments

Comments
 (0)