Deploys
The Deploys tab shows the full deployment history for your application — every release, rollback, and redeployment.
What You'll See
| Column | Description |
|---|---|
| Version | The deployment version number |
| Status | Current state (Running, Failed, Stopped) |
| Deployed At | Timestamp of the deployment |
| Deployed By | User or CI/CD pipeline that triggered it |
| Source | Git commit, Docker image, or archive |
Actions
- Redeploy — trigger a fresh deployment of the current version
- Revert — roll back to a previous version
- View Logs — inspect build and runtime logs for a specific deploy
See also: Redeploying an Application and Reverting a Deployment