SOPs
Deployment Process
Standard operating procedure for deploying to production.
Overview
This document describes the standard process for deploying services to production.
Prerequisites
- Access to the deployment pipeline
- Approved pull request merged to
main - All CI checks passing
Steps
- Verify the PR has been merged and CI is green.
- Navigate to the deployment dashboard.
- Select the service and target environment.
- Trigger the deployment.
- Monitor logs for errors during rollout.
- Verify health checks pass after deployment.
Rollback
If the deployment fails or introduces issues:
- Trigger a rollback from the deployment dashboard.
- Notify the team in the incident channel.
- Investigate the root cause before re-deploying.