You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/docs/content/docs/core/applications/preview-deployments.mdx
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,6 +60,7 @@ In this section, you can:
60
60
- Check build and deployment logs
61
61
- Monitor deployment updates
62
62
- Update domain configuration
63
+
- Manually rebuild preview deployments
63
64
64
65
### Automatic Updates
65
66
@@ -70,6 +71,16 @@ The preview deployment will automatically:
70
71
71
72
This continuous preview system allows teams to review and test changes in isolation before merging to production.
72
73
74
+
### Manual Rebuilds
75
+
76
+
You can manually rebuild a preview deployment without downloading new code from the repository. This is useful when you need to:
77
+
78
+
- Rebuild with updated environment variables or build settings
79
+
- Retry a failed build without making code changes
80
+
- Apply configuration changes that require a rebuild
81
+
82
+
To rebuild a preview deployment, click the **Rebuild** button (hammer icon) next to the deployment and confirm the action. The rebuild will use the existing code and only re-run the build process.
83
+
73
84
<Callouttype="info">
74
85
If you have security or redirects created in your application, it will inherit the same configuration for the preview deployment.
0 commit comments