byforja-site deploy process
How to ship to byforja.com
Prerequisites
- Cloudflare OAuth authenticated (wrangler login)
- Repo cloned locally
npm install done
Command
cd ~/Projects/byforja-site && npm run deploy:prod
What runs
wrangler pages deploy
sleep 3
- Smoke test on 11 routes
Auto-commit on deploy is NOT enabled on this repo (unlike byforja-tools). Manual git commit + git push needed after.