Deployment Checklist Block
Create deployment checklists with pre-deployment, deployment, and post-deployment tasks with completion tracking.
Overview
The Deployment Checklist block organises deployment tasks into three phases: pre-deployment, deployment, and post-deployment. Each task can be tracked for completion with notes. The block also captures rollback plans and overall deployment status. Use this block to standardise deployment procedures.
Production Deployment
A deployment checklist for a production release.
Block Properties
| Property | Required | Description |
|---|---|---|
| name | Yes | Deployment name |
| version | No | Version being deployed |
| environment | No | Target environment (Development, Testing, Staging, Production) |
| scheduledDate | No | Scheduled deployment time |
| preDeployment | No | Array of pre-deployment task objects |
| deployment | No | Array of deployment task objects |
| postDeployment | No | Array of post-deployment task objects |
| rollbackPlan | No | Steps to rollback if deployment fails |
| owner | No | Team responsible for deployment |
| status | No | Deployment status (planned, in-progress, completed, rolled-back, failed) |