@@ -30,51 +30,49 @@ extends:
3030 service_name : ${{ variables.service_name }}
3131 short_service_name : ${{ variables.short_service_name }}
3232 service_base_path : ${{ variables.service_base_path }}
33+ prod_requires_approval : false
3334 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'
35+ # - environment: internal-dev
36+ # jinja_templates:
37+ # DOMAIN_ENDPOINT: https://internal-dev.imms.dev.vds.platform.nhs.uk
38+ # post_deploy:
39+ # - template: ./templates/post-deploy.yml
40+ # parameters:
41+ # aws_account_type: 'dev'
42+ # - environment: internal-dev-sandbox
43+ # proxy_path: sandbox
44+ # jinja_templates:
45+ # DOMAIN_ENDPOINT: just-dummy-value-for-successful-build
46+ # post_deploy:
47+ # - template: ./templates/post-deploy.yml
48+ # parameters:
49+ # aws_account_type: 'dev'
50+ # - environment: sandbox
51+ # proxy_path: sandbox
52+ # jinja_templates:
53+ # DOMAIN_ENDPOINT: just-dummy-value-for-successful-build
54+ # depends_on:
55+ # - internal_dev_sandbox
56+ # - environment: ref
57+ # depends_on:
58+ # - internal_dev
59+ # - internal_dev_sandbox
60+ # jinja_templates:
61+ # DOMAIN_ENDPOINT: https://ref.imms.dev.vds.platform.nhs.uk
62+ # post_deploy:
63+ # - template: ./templates/post-deploy.yml
64+ # parameters:
65+ # aws_account_type: 'dev'
66+ # - environment: int
67+ # depends_on:
68+ # - internal_dev
69+ # jinja_templates:
70+ # DOMAIN_ENDPOINT: https://int.imms.dev.vds.platform.nhs.uk
71+ # post_deploy:
72+ # - template: ./templates/post-deploy.yml
73+ # parameters:
74+ # aws_account_type: 'dev'
7475 - environment : prod
75- depends_on :
76- - int
77- - ref
76+ depends_on : []
7877 jinja_templates :
79- DOMAIN_ENDPOINT : https://blue.imms.prod.vds.platform.nhs.uk
80-
78+ DOMAIN_ENDPOINT : https://green.imms.prod.vds.platform.nhs.uk
0 commit comments