Status Tracking
Monitor your deployments in real-time. See build progress, view logs, and get notified when deployments complete.
Deployment Statuses
- Pending - Deployment queued, waiting to start
- Building - Code is being built and optimized
- Deploying - Files are being uploaded to CDN
- Live - Deployment successful, site is live
- Failed - Build or deployment failed
- Cancelled - Deployment was cancelled
- Rolled Back - Reverted to previous version
Real-Time Updates
The deployment panel shows live progress:
- Current status and step
- Progress percentage
- Build duration
- Log output
Deployment Logs
View detailed logs for each deployment:
- Build output and warnings
- Error messages if something fails
- Timing information for each step
- Asset sizes and optimization results
Deployment History
Access your deployment history to see:
- All previous deployments
- Status and duration of each
- Who initiated the deployment
- Version information
Notifications
Get notified about deployment status:
- In-app - Toast notifications in the builder
- Email - Optional email notifications
- Webhooks - Integrate with external services
Troubleshooting Failed Deployments
- Check the deployment logs for errors
- Look for specific error messages
- Review recent code changes
- Use the AI to help diagnose issues
- Try deploying again after fixes