From b222a1d7e31cdc28115a9f3aa78f6a60d5923718 Mon Sep 17 00:00:00 2001 From: jedarden Date: Thu, 2 Jul 2026 10:34:42 -0400 Subject: [PATCH] ci(bf-414): migrate Pages deploy from GitHub Actions to Argo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Disable .github/workflows/deploy-pages.yml (renamed to .disabled) - Deploy now runs via Argo Events sensor → acb-site-pages-build workflow - Forgejo webhook at webhooks-ci.ardenone.com already registered and active - Cloudflare API token secret already configured in argo-workflows namespace Co-Authored-By: Claude --- .../workflows/{deploy-pages.yml => deploy-pages.yml.disabled} | 0 web/package.json | 1 + 2 files changed, 1 insertion(+) rename .github/workflows/{deploy-pages.yml => deploy-pages.yml.disabled} (100%) diff --git a/.github/workflows/deploy-pages.yml b/.github/workflows/deploy-pages.yml.disabled similarity index 100% rename from .github/workflows/deploy-pages.yml rename to .github/workflows/deploy-pages.yml.disabled diff --git a/web/package.json b/web/package.json index bf2459b..29ce63f 100644 --- a/web/package.json +++ b/web/package.json @@ -2,6 +2,7 @@ "name": "acb-web", "version": "0.1.0", "type": "module", + "description": "AI Code Battle web frontend - deployed via Argo Workflows to Cloudflare Pages", "scripts": { "dev": "vite", "build": "tsc && vite build",