-
Notifications
You must be signed in to change notification settings - Fork 1
Deployment
harshith-cmd edited this page Apr 17, 2026
·
1 revision
This page explains how the whybit web site is published and kept live.
- The website code lives in
https://github.com/whybitlabs/whybit-web - Changes are made on
mainand feature branches such aswhybit-update - The repository is deployed from the selected branch to the live site.
- Use Cloudflare Pages for static hosting.
- Build command:
echo "skip" - Output directory:
. - Use the branch you want live, such as
mainorwhybit-update.
- 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.