Deployment History

Track the timeline of every update, rollback, and configuration change across your services.

Global Timeline

The Deployments page aggregates history from all services into a single chronological feed.

Service
Status
Commit / Message
api-gateway
check_circle Success
7f2a9c1 - Fix validation logic
frontend-app
cancel Failed
b8d3e29 - Update UI components

Build Logs

Clicking on a deployment row opens the Build Logs modal. This contains the raw stdout/stderr from the build process.

  • ANSI Stripping: The viewer automatically cleans up color codes for readability if needed.
  • Debugging: Essential for diagnosing docker build failures or dependency errors.