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 a92c0c7 commit ba24924Copy full SHA for ba24924
azure/azure-prod-proxy-release-pipeline.yml
@@ -43,10 +43,11 @@ extends:
43
prod_producer_approval: true
44
apigee_deployments:
45
- environment: ref
46
- stage_name: Deploy Ref Proxy (TEST TO BE REMOVED)
+ depends_on: []
47
jinja_templates:
48
DOMAIN_ENDPOINT: https://${{ parameters.sub_environment }}.example.com
49
- environment: prod
50
- stage_name: Deploy Prod Proxy
+ depends_on:
51
+ - ref
52
53
DOMAIN_ENDPOINT: https://${{ parameters.sub_environment }}.imms.prod.vds.platform.nhs.uk
0 commit comments