Deployment History
Track all deployments with the deployment history table, which shows a complete log of changes across your environments.
Viewing History
Below the environment cards on the Deploy tab, you'll find the Deployment History table.
History Table Columns
| Column | Description |
|---|---|
| Type | The type of deployment action performed |
| Status | Current status (Completed, In Progress, Failed) |
| Started | When the deployment began |
| Duration | How long the deployment took |
| Actions | View logs or AI summary |
Deployment Types
| Type | Description |
|---|---|
| Pull from Production | Copies production content to Development |
| Push to QA | Merges Development changes to QA |
| Push to Production | Deploys QA changes to the live site |
Deployment Statuses
| Status | Meaning |
|---|---|
| In Progress | Deployment is currently running |
| Completed | Deployment finished successfully |
| Failed | Deployment encountered an error |
Viewing Deployment Logs
For any deployment in the history:
- Click the deployment row or the logs icon
- View the detailed deployment log
- Logs show step-by-step progress and any errors
What's in the Logs
Deployment logs contain valuable information:
- Build artifacts size - The size of files being deployed
- Version information - The version of the deployment
- Step-by-step progress - Each stage of the deployment
- Error messages - Details if something goes wrong
- AI Summary - Automatically generated summary of changes (when available)
AI Deployment Summary
After certain deployments complete, an AI-generated summary appears showing:
- What changed in the deployment
- Key files or content that were modified
- Potential areas to review
Click the AI summary icon in the deployment row to view the full summary.
Pagination
If you have many deployments:
- Use the pagination controls at the bottom of the table
- Navigate between pages to view older deployments
- Most recent deployments appear first
Active Deployment Indicator
When a deployment is in progress:
- It appears at the top of the history table
- Shows a spinning indicator
- Updates in real-time as the deployment progresses