# Deployment This page explains how the whybit web site is published and kept live. ## GitHub and branch flow - The website code lives in `https://github.com/whybitlabs/whybit-web` - Changes are made on `main` and feature branches such as `whybit-update` - The repository is deployed from the selected branch to the live site. ## Recommended setup - Use **Cloudflare Pages** for static hosting. - Build command: `echo "skip"` - Output directory: `.` - Use the branch you want live, such as `main` or `whybit-update`. ## DNS and custom domain - Point the domain to Cloudflare Pages through the Pages dashboard. - Remove any Worker-specific deploy commands if using Pages. - Ensure SSL is enabled and the domain is verified.