mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-05-05 13:41:59 +00:00
fix: deploy website previews via GitHub Actions instead of Vercel auto-deploy
Vercel's 'Skip deployments when no changes' feature treats files outside workspace packages (e.g. browser_tests/, src/) as global changes, triggering website preview builds on every PR. - Add GitHub Action with paths filter scoped to apps/website/, packages/design-system/, and packages/tailwind-utils/ - Add vercel.json to disable Vercel's automatic GitHub integration - Preview deployments only trigger when website-relevant files change - Production deployments trigger on push to main Requires adding VERCEL_TOKEN, VERCEL_ORG_ID, and VERCEL_WEBSITE_PROJECT_ID to GitHub repo secrets.
This commit is contained in:
5
apps/website/vercel.json
Normal file
5
apps/website/vercel.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"github": {
|
||||
"enabled": false
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user