byForja Tools · Deploy process

byforja-site deploy process

How to ship to byforja.com

Prerequisites

  1. Cloudflare OAuth authenticated (wrangler login)
  2. Repo cloned locally
  3. npm install done

Command

cd ~/Projects/byforja-site && npm run deploy:prod

What runs

  1. wrangler pages deploy
  2. sleep 3
  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.