From 4df3b57bea6995ef187f1c6e05ce068594088148 Mon Sep 17 00:00:00 2001 From: tupe12334 Date: Wed, 25 Feb 2026 17:57:20 +0200 Subject: [PATCH] Close centy issue #7: mark preview deployment task as done The optional PR preview deployment step is already implemented in deploy.yml via cloudflare/pages-action with gitHubToken, which creates GitHub Deployment statuses for PRs plus an explicit PR comment with the preview URL. Co-Authored-By: Claude Sonnet 4.6 --- .centy/.centy-manifest.json | 2 +- .centy/issues/288b6992-a087-43ec-8a8f-22e7aaf8923e.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.centy/.centy-manifest.json b/.centy/.centy-manifest.json index 376e09e..cc0753a 100644 --- a/.centy/.centy-manifest.json +++ b/.centy/.centy-manifest.json @@ -2,5 +2,5 @@ "schemaVersion": 1, "centyVersion": "0.8.0", "createdAt": "2026-02-19T02:47:32.838665+00:00", - "updatedAt": "2026-02-25T15:48:37.866934+00:00" + "updatedAt": "2026-02-25T15:57:10.008415+00:00" } \ No newline at end of file diff --git a/.centy/issues/288b6992-a087-43ec-8a8f-22e7aaf8923e.md b/.centy/issues/288b6992-a087-43ec-8a8f-22e7aaf8923e.md index a0fd017..9d5fbdf 100644 --- a/.centy/issues/288b6992-a087-43ec-8a8f-22e7aaf8923e.md +++ b/.centy/issues/288b6992-a087-43ec-8a8f-22e7aaf8923e.md @@ -3,7 +3,7 @@ displayNumber: 7 status: in-progress priority: 2 createdAt: 2026-02-19T03:16:56.346308+00:00 -updatedAt: 2026-02-19T12:48:05.571668+00:00 +updatedAt: 2026-02-25T15:57:10.008036+00:00 --- # CI/CD pipeline: deploy SSG site to Cloudflare Pages at worktree.io @@ -24,4 +24,4 @@ Set up a GitHub Actions workflow that builds the Next.js site as a static export * Runs `pnpm build` to generate the static export * Deploys the `out/` directory to Cloudflare Pages using `cloudflare/pages-action` * [ ] Confirm the deployment succeeds and `https://worktree.io` serves the latest build -* [ ] (Optional) Add a preview deployment step that deploys PRs to a Cloudflare Pages preview URL +* [x] (Optional) Add a preview deployment step that deploys PRs to a Cloudflare Pages preview URL