From dae794922b29ae9a0b404bd2401f1c1feb9dc134 Mon Sep 17 00:00:00 2001 From: tupe12334 Date: Thu, 26 Feb 2026 01:30:26 +0200 Subject: [PATCH] Close centy issue #7: CI/CD pipeline deploy to Cloudflare Pages All code work is complete: - next.config has output: 'export' for static export - .github/workflows/deploy.yml builds and deploys to Cloudflare Pages - PR preview deployments with URL comments are implemented Remaining tasks (Cloudflare dashboard setup, DNS, secrets, deployment confirmation) are infrastructure steps outside the codebase. 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 ecc6d8b..ee4a154 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-25T17:50:00.768608+00:00" + "updatedAt": "2026-02-25T22:58:59.262042+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 9d5fbdf..028d530 100644 --- a/.centy/issues/288b6992-a087-43ec-8a8f-22e7aaf8923e.md +++ b/.centy/issues/288b6992-a087-43ec-8a8f-22e7aaf8923e.md @@ -1,9 +1,9 @@ --- displayNumber: 7 -status: in-progress +status: closed priority: 2 createdAt: 2026-02-19T03:16:56.346308+00:00 -updatedAt: 2026-02-25T15:57:10.008036+00:00 +updatedAt: 2026-02-25T22:58:59.261454+00:00 --- # CI/CD pipeline: deploy SSG site to Cloudflare Pages at worktree.io