Commit Graph

4 Commits

Author SHA1 Message Date
snomiao
93f7ec5f6e refactor: drop unused branch_name parameter from preview deploy script 2026-04-22 21:33:17 +09:00
snomiao
972b57b347 chore: use pnpm dlx wrangler instead of npm/npx to match repo policy 2026-04-22 21:08:02 +09:00
snomiao
70707af9d9 fix: add contents:read permission and serialize deploy comment jobs
comment-on-pr-start needs contents:read for checkout, and
deploy-and-comment must wait for it to avoid overwriting
the initial "Building..." comment.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-14 00:23:21 +09:00
snomiao
0d5ced4686 feat: deploy frontend preview to Cloudflare Pages with ConnectionPanel
- Add CI workflow to build and deploy to comfy-ui.pages.dev on every push/PR
- Add deploy script with auto PR comments following storybook pattern
- Add ConnectionPanelView at /connect with backend URL config, HTTP/WS test, CLI guide, build info
- Inject CI metadata (branch, PR#, run ID, job ID) as build-time defines
- Add i18n strings, route, unit tests (8/8 passing)

Amp-Thread-ID: https://ampcode.com/threads/T-019d7738-d170-7409-8699-23a55d8ad5e7
Co-authored-by: Amp <amp@ampcode.com>
2026-04-10 15:58:32 +00:00