Manage Source Control deployments
Review, manage, and monitor Source Control deployments of your self-hosted Retool instance.
Requirements
This feature requires Self-hosted Retool v2.97 or greater.
Organizations that use Source Control—a branch-based workflow for managing and deploying changes to Retool apps—can use the Deployment Dashboard to view the status and details of deployments, download logs for further information, and manually deploy the latest changes.
View Source Control deployments
The Deployment Dashboard contains the following details about the most recent deployments (up to 100) for your self-hosted instance.
Detail | Description |
---|---|
Status | Whether the deployment was successful or failed. |
Commit | Specific commit SHA on the main branch of the Source Control repository that is deployed. |
Started at | Date and time that the deployment started. |
Duration | Total time for the deployment to run. |
Logs | Downloadable log file for the deployment. |
Source Control status
The Deployment Dashboard also includes details about your instance's Source Control configuration. You can review the current configuration, test the connection to the source control management (SCM) provider, or edit the configuration.
Manually deploy latest changes
The Deploy section displays the commit SHA that is currently deployed. If you need to deploy the latest state of your configured main branch, click Deploy Latest to manually start a deployment.
Updated 3 months ago