Overview

Deployments provide a comprehensive view of your site’s deployment history, allowing you to track changes, monitor deployment status, and rollback to previous versions when needed. Loupp automatically tracks all deployments with detailed logging and status monitoring.

Deployment History Interface

Overview Dashboard

The deployments interface displays comprehensive deployment information:

Deployment Info

  • Deployment timestamp and duration
  • Commit details and branch information
  • Current deployment status

Source Control

  • Repository and branch details
  • Commit hash and message
  • Links to source control platforms

Status Tracking

  • Real-time deployment status
  • Success/failure indicators
  • Time tracking for active deployments

Deployment Table Structure

The deployment history table provides detailed information for each deployment:

Deployment Status Tracking

Status Indicators

Deployments progress through different statuses:

Running

Deployment is currently in progress

Finished

Deployment completed successfully

Failed

Deployment encountered an error

Rolled Back

Deployment was reverted to previous version

Rollback Management

Rollback Capabilities

Rollback allows you to revert to previous deployment versions:

Performing Rollbacks

1

Identify target version

Select the deployment version you want to rollback to.
2

Initiate rollback

Click “Rollback To This Version” from the deployment actions menu.
3

Confirm action

Review the confirmation dialog and confirm the rollback.
4

Monitor process

Track rollback progress and verify completion.
Rollbacks can result in data loss if the previous version had different database schemas or configurations.

Deployment Management Features

Deployment Actions

Each deployment entry provides specific actions:

Deployment Indicators

Special badges help identify important deployments:

Latest Badge

Most recent deployment from the repository

Current Badge

Currently active deployment on the server