ci(bf-414): migrate Pages deploy from GitHub Actions to Argo

- 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 <noreply@anthropic.com>
This commit is contained in:
jedarden 2026-07-02 10:34:42 -04:00
parent 6420c2e7b1
commit b222a1d7e3
2 changed files with 1 additions and 0 deletions

View file

@ -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",