Skip to content

Commit aadab5c

Browse files
adrianparrigba.ujege
andauthored
Add approval requirements for production in azure pipeline (#122)
The changes introduced additional approval checks for the production environment. Variables `prod_requires_approval` and `prod_producer_approval` have been added into the azure-release-pipeline.yml file. This ensures that any deployment to the production environment must have necessary approvals. Co-authored-by: igba.ujege <igba.ujege@bjss.com>
1 parent 2751b43 commit aadab5c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

azure/azure-release-pipeline.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ 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: true
34+
prod_producer_approval: true
3335
jinja_templates:
3436
NHS_CONTENT_API_TARGET_SERVER: nhs-website-content-api
3537
apigee_deployments:

0 commit comments

Comments
 (0)