5 Commits

Author SHA1 Message Date
Ken 2b8bd62757 fix: run in node:22 container (runner lacks Node.js)
Deploy to Cloudflare Pages / deploy (push) Failing after 13m38s
🤖 Generated with [Amplifier](https://github.com/microsoft/amplifier)

Co-Authored-By: Amplifier <240397093+microsoft-amplifier@users.noreply.github.com>
2026-05-27 23:48:18 +00:00
Ken 8090549e01 fix: hardcode git.ampbox.io in checkout (runner has localhost:3000)
Deploy to Cloudflare Pages / deploy (push) Failing after 14m48s
Runner's instance config points to localhost:3000 instead of the
public URL. Bypass the checkout action and clone directly from
git.ampbox.io.

🤖 Generated with [Amplifier](https://github.com/microsoft/amplifier)

Co-Authored-By: Amplifier <240397093+microsoft-amplifier@users.noreply.github.com>
2026-05-27 23:47:05 +00:00
Ken 87ae036d50 fix: use Gitea's official checkout action mirror
Deploy to Cloudflare Pages / deploy (push) Failing after 13m36s
actions/checkout@v4 from GitHub is unreachable. Use the
official Gitea mirror at http://gitea.com/actions/checkout@v4.

🤖 Generated with [Amplifier](https://github.com/microsoft/amplifier)

Co-Authored-By: Amplifier <240397093+microsoft-amplifier@users.noreply.github.com>
2026-05-27 23:08:17 +00:00
Ken a347f3f625 fix: use shell checkout in Gitea workflow (no marketplace actions)
Deploy to Cloudflare Pages / deploy (push) Failing after 11m4s
Gitea runner at git.ampbox.io doesn't have an actions mirror.
Replace actions/checkout, setup-node, and wrangler-action with
plain git clone, npm ci, and npx wrangler.

🤖 Generated with [Amplifier](https://github.com/microsoft/amplifier)

Co-Authored-By: Amplifier <240397093+microsoft-amplifier@users.noreply.github.com>
2026-05-27 23:05:50 +00:00
Ken 0fda2d83eb feat: migrate hosting to Cloudflare Pages via git.ampbox.io
Deploy to Cloudflare Pages / deploy (push) Failing after 1m16s
- Update site URL to https://crashtestdev.com, remove /crashtestdev base path
- Add Gitea Actions workflow for Cloudflare Pages deployment
- Remove GitHub Actions workflows (GitHub Pages + legacy Azure SWA)
- Update tests to match new site config

🤖 Generated with [Amplifier](https://github.com/microsoft/amplifier)

Co-Authored-By: Amplifier <240397093+microsoft-amplifier@users.noreply.github.com>
2026-05-27 22:51:18 +00:00