Skip to main content

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

ColumnDescription
TypeThe type of deployment action performed
StatusCurrent status (Completed, In Progress, Failed)
StartedWhen the deployment began
DurationHow long the deployment took
ActionsView logs or AI summary

Deployment Types

TypeDescription
Pull from ProductionCopies production content to Development
Push to QAMerges Development changes to QA
Push to ProductionDeploys QA changes to the live site

Deployment Statuses

StatusMeaning
In ProgressDeployment is currently running
CompletedDeployment finished successfully
FailedDeployment encountered an error

Viewing Deployment Logs

For any deployment in the history:

  1. Click the deployment row or the logs icon
  2. View the detailed deployment log
  3. 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