Deployments
A deployment applies metadata changes from a source to a target HubSpot portal. Every deployment is reviewed before execution and logged for audit purposes.
Deployments modify live HubSpot data. Always review the diff carefully before confirming a deployment. Changes to properties, pipelines, and workflows can affect active CRM records and automations.
How deployments work
- You select a source (portal or repo) and a target portal
- HubSpot Deploy computes the diff between the two
- You review the changes in the diff viewer
- You confirm the deployment
- HubSpot Deploy applies the changes to the target portal via the HubSpot API
- The deployment is logged with a full record of what changed
Creating a deployment
Deployments are initiated from the Comparisons screen:
- Open a completed comparison
- Review the diff — confirm you understand every change
- Click Deploy (visible to workspace admins only)
- Select the target portal (if not already set by the comparison)
- Confirm the deployment
Deployment status
| Status | Meaning |
|---|---|
pending | Queued for processing |
in progress | Applying changes to HubSpot |
completed | All changes applied successfully |
partial | Some changes applied, some failed |
error | Deployment failed — no changes applied |
Deployment history
All deployments are logged and accessible from the Deployments screen. Each log entry includes:
- Timestamp
- Source and target
- Status
- List of applied changes
- Any errors
Rolling back a deployment
HubSpot Deploy does not have a one-click rollback. To revert a deployment:
- Find the backup snapshot from before the deployment in your Git history
- Create a new comparison using that snapshot as the source and the live portal as the target
- Review the diff and create a new deployment to restore the previous state
This approach gives you full control over what gets reverted.
Permissions
Only workspace admins can create and execute deployments. Members can view deployment history but cannot initiate deployments.
See Permissions for the full permissions matrix.