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
Currently any commit will trigger a Vercel preview deployment of the status-page, which is a waste of resource. We should make sure preview deployment only happens when files in status-page sub-directory changes in PR.
Please see #12966 as a reference.
Instead of using VERCEL_WEBSITE_PROJECT_ID, please use VERCEL_STATUS_PAGE_PROJECT_ID, it has been configured already for you.
The text was updated successfully, but these errors were encountered:
Describe the feature request
Currently any commit will trigger a Vercel preview deployment of the status-page, which is a waste of resource. We should make sure preview deployment only happens when files in status-page sub-directory changes in PR.
Please see #12966 as a reference.
Instead of using
VERCEL_WEBSITE_PROJECT_ID
, please useVERCEL_STATUS_PAGE_PROJECT_ID
, it has been configured already for you.The text was updated successfully, but these errors were encountered: