We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 796f146 commit c161f55Copy full SHA for c161f55
azure/new_pipelines/azure-pr-blue-green-root.yml
@@ -11,6 +11,9 @@ resources:
11
ref: refs/heads/edge
12
endpoint: NHSDigital
13
14
+pool:
15
+ name: 'AWS-ECS'
16
+
17
extends:
18
template: azure/common/apigee-deployment.yml@common
19
parameters:
@@ -22,7 +25,7 @@ extends:
22
25
jinja_templates:
23
26
DOMAIN_ENDPOINT: https://green.imms.int.vds.platform.nhs.uk
24
27
post_deploy:
- - template: post-apigee-deployment.yml
28
+ - template: ./post-apigee-deployment.yml
29
30
tf_dir: terraform_old
31
tf_environment: green
0 commit comments