@@ -31,50 +31,50 @@ extends:
3131 short_service_name : ${{ variables.short_service_name }}
3232 service_base_path : ${{ variables.service_base_path }}
3333 apigee_deployments :
34- - environment : internal-dev
35- jinja_templates :
36- DOMAIN_ENDPOINT : https://internal-dev.imms.dev.vds.platform.nhs.uk
37- post_deploy :
38- - template : ./templates/post-deploy.yml
39- parameters :
40- aws_account_type : ' dev'
41- - environment : internal-dev-sandbox
42- proxy_path : sandbox
43- jinja_templates :
44- DOMAIN_ENDPOINT : just-dummy-value-for-successful-build
45- post_deploy :
46- - template : ./templates/post-deploy.yml
47- parameters :
48- aws_account_type : ' dev'
49- - environment : sandbox
50- proxy_path : sandbox
51- jinja_templates :
52- DOMAIN_ENDPOINT : just-dummy-value-for-successful-build
53- depends_on :
54- - internal_dev_sandbox
55- - environment : ref
56- depends_on :
57- - internal_dev
58- - internal_dev_sandbox
59- jinja_templates :
60- DOMAIN_ENDPOINT : https://ref.imms.dev.vds.platform.nhs.uk
61- post_deploy :
62- - template : ./templates/post-deploy.yml
63- parameters :
64- aws_account_type : ' dev'
65- - environment : int
66- depends_on :
67- - internal_dev
68- jinja_templates :
69- DOMAIN_ENDPOINT : https://int.imms.dev.vds.platform.nhs.uk
70- post_deploy :
71- - template : ./templates/post-deploy.yml
72- parameters :
73- aws_account_type : ' dev'
34+ # - environment: internal-dev
35+ # jinja_templates:
36+ # DOMAIN_ENDPOINT: https://internal-dev.imms.dev.vds.platform.nhs.uk
37+ # post_deploy:
38+ # - template: ./templates/post-deploy.yml
39+ # parameters:
40+ # aws_account_type: 'dev'
41+ # - environment: internal-dev-sandbox
42+ # proxy_path: sandbox
43+ # jinja_templates:
44+ # DOMAIN_ENDPOINT: just-dummy-value-for-successful-build
45+ # post_deploy:
46+ # - template: ./templates/post-deploy.yml
47+ # parameters:
48+ # aws_account_type: 'dev'
49+ # - environment: sandbox
50+ # proxy_path: sandbox
51+ # jinja_templates:
52+ # DOMAIN_ENDPOINT: just-dummy-value-for-successful-build
53+ # depends_on:
54+ # - internal_dev_sandbox
55+ # - environment: ref
56+ # depends_on:
57+ # - internal_dev
58+ # - internal_dev_sandbox
59+ # jinja_templates:
60+ # DOMAIN_ENDPOINT: https://ref.imms.dev.vds.platform.nhs.uk
61+ # post_deploy:
62+ # - template: ./templates/post-deploy.yml
63+ # parameters:
64+ # aws_account_type: 'dev'
65+ # - environment: int
66+ # depends_on:
67+ # - internal_dev
68+ # jinja_templates:
69+ # DOMAIN_ENDPOINT: https://int.imms.dev.vds.platform.nhs.uk
70+ # post_deploy:
71+ # - template: ./templates/post-deploy.yml
72+ # parameters:
73+ # aws_account_type: 'dev'
7474 - environment : prod
75- depends_on :
76- - int
77- - ref
75+ # depends_on:
76+ # - int
77+ # - ref
7878 jinja_templates :
7979 DOMAIN_ENDPOINT : https://blue.imms.prod.vds.platform.nhs.uk
8080
0 commit comments