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 c161f55 commit 872b4f8Copy full SHA for 872b4f8
azure/new_pipelines/azure-pr-blue-green-root.yml
@@ -25,7 +25,7 @@ extends:
25
jinja_templates:
26
DOMAIN_ENDPOINT: https://green.imms.int.vds.platform.nhs.uk
27
post_deploy:
28
- - template: ./post-apigee-deployment.yml
+ - template: ./new_pipelines/post-apigee-deployment.yml
29
parameters:
30
tf_dir: terraform_old
31
tf_environment: green
azure/new_pipelines/post-apigee-deployment.yml
@@ -33,7 +33,7 @@ steps:
33
displayName: Setup pytests
34
condition: eq(1,2)
35
36
- - template: ./aws-assume-role-new-int.yml
+ - template: ./new_pipelines/aws-assume-role-new-int.yml
37
38
role: "auto-ops"
39
profile: "apim-dev" # centralise
0 commit comments