Skip to main content

Overview

Monitor deployment history, view detailed logs, and track the status of your application deployments on shared hosting servers. Track changes, monitor deployment progress, and troubleshoot deployment issues.

Deployment History Interface

Overview Dashboard

The deployments interface displays comprehensive deployment information:

Deployment Info

  • Deployment timestamp and duration
  • User who triggered deployment
  • Current deployment status

Source Control

  • Branch information
  • Commit details
  • Repository links

Status Monitoring

  • Real-time status updates
  • Success/failure indicators
  • Error details when available

Deployment History Table

Table Structure

The deployment history table provides detailed information for each deployment:
Content: Timestamp and user informationFormat: Date, time, and user name with clock iconDisplay:
  • Clock icon with formatted date/time (M d, Y H:i)
  • User name who triggered the deployment
  • “by [username]” format for user attribution
Content: Active deployment branchFormat: Branch name with Git iconLinks: Direct links to source control platform (GitHub/GitLab)Display: Git icon with branch name, links to repository tree view
Content: Current deployment statusFormat: Status badge with color codingTypes: Active, Failed, Completed, Running
Content: Available operationsFormat: Three-dot menu with optionsActions: View logs (primary action available)

Status Types

Active

Deployment completed successfully

Failed

Deployment encountered errors

Running

Deployment in progress

Pending

Deployment queued for execution

Deployment Process

Deployment Workflow

1

Trigger deployment

Manual trigger or automatic webhook activation
2

Repository sync

Pull latest code from source control
3

Dependency management

Install/update Composer and npm packages
4

Build process

Compile assets and optimize application
5

Deployment

Copy files to public directory and restart services

Deployment Types

Trigger: User-initiated from dashboardUse Case: On-demand updates, testingControl: Full user control over timing
Trigger: Webhook from source controlUse Case: Continuous deploymentControl: Automatic on code pushes
I