From 852702429b41072048d0dabc716d17cb37c7c4aa Mon Sep 17 00:00:00 2001 From: Tanmay Pathak <71184799+tanmay-pathak@users.noreply.github.com> Date: Sun, 4 Jan 2026 15:23:07 -0600 Subject: [PATCH] docs: :memo: add info about rebuild preview deploys --- .../docs/core/applications/preview-deployments.mdx | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/apps/docs/content/docs/core/applications/preview-deployments.mdx b/apps/docs/content/docs/core/applications/preview-deployments.mdx index 1c8a739..976878d 100644 --- a/apps/docs/content/docs/core/applications/preview-deployments.mdx +++ b/apps/docs/content/docs/core/applications/preview-deployments.mdx @@ -60,6 +60,7 @@ In this section, you can: - Check build and deployment logs - Monitor deployment updates - Update domain configuration +- Manually rebuild preview deployments ### Automatic Updates @@ -70,6 +71,16 @@ The preview deployment will automatically: This continuous preview system allows teams to review and test changes in isolation before merging to production. +### Manual Rebuilds + +You can manually rebuild a preview deployment without downloading new code from the repository. This is useful when you need to: + +- Rebuild with updated environment variables or build settings +- Retry a failed build without making code changes +- Apply configuration changes that require a rebuild + +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. + If you have security or redirects created in your application, it will inherit the same configuration for the preview deployment.