Manually trigger a deployment
1
Verify your latest commit was successful.
Check that your latest commit appears in your docs repository and did not encounter any errors. You can confirm whether the commit built successfully in your deployment history.
2
Manually trigger a deployment.
Go to your dashboard and click the deploy button.

View deployment history
Navigate to the activity page in your dashboard to review your deployment history and check whether each build succeeded. On the Live tab, click a build to expand it and view details, including the commit message and author.Roll back a deployment
If a change reaches your live site that you must remove immediately, serve a previous successful build instead of reverting commits and waiting for a new build. See Rollbacks.Delete a deployment
You can permanently delete a deployment from the Danger zone in your dashboard settings. This action is irreversible and removes all deployment data, including any associated preview deployments.1
Navigate to the Danger zone.
Go to the Danger zone in the settings page of your dashboard.
2
Delete the deployment.
- In the Delete my deployment section, provide a reason for deletion.
- Click the delete button and confirm that you want to delete the deployment.
