This site is configured to deploy to Cloudflare Workers with static assets, replacing the previous GitHub Pages setup.
atxconsulting.com must be added to Cloudflare (already done)CLOUDFLARE_API_TOKEN - API token with Workers Scripts:Edit and Workers Routes:Edit permissionsCLOUDFLARE_ACCOUNT_ID - Your Cloudflare account IDRun the audit tool to inspect current setup:
CLOUDFLARE_API_TOKEN=... CLOUDFLARE_ACCOUNT_ID=... uv run configure-cloudflare audit
Apply the configuration (creates/updates DNS and Worker routes):
CLOUDFLARE_API_TOKEN=... uv run configure-cloudflare apply
Push to master branch or trigger workflow manually:
git push origin master
Or deploy locally:
npm ci
npm run build
npx wrangler deploy
npx wrangler tail or view in Cloudflare dashboardnpm run build generates _site/ directorynpx wrangler tail to see real-time logsTo roll back to a previous deployment:
npx wrangler rollback
Or redeploy a specific version from the Cloudflare dashboard.