Skip to content

Deploys

Wiki (wiki.yourevenings.com)

This wiki is a static MkDocs Material site on Cloudflare Pages.

Local build

cd /data/.openclaw/workspace/ventures/yourevenings/wiki
mkdocs build --clean
# output → ./site/

Preview locally

mkdocs serve -a 0.0.0.0:8000
# open http://localhost:8000/

Production deploy

cd /data/.openclaw/workspace/ventures/yourevenings/wiki
mkdocs build --clean
wrangler pages deploy ./site --project-name=ye-wiki --branch=main

⚠️ --branch=main is mandatory for production. master = preview only.

Custom domain

CF Dashboard → Pages → ye-wiki → Custom domains → Add wiki.yourevenings.com. CF auto-issues TLS.

Access policy

Wiki is private behind Cloudflare Access — see Cloudflare for the allowlist + setup steps.

Trades landing + status (trades.yourevenings.com)

cd /data/.openclaw/workspace/ventures/yourevenings/site-trades   # or wherever
wrangler pages deploy ./public --project-name=ye-trades --branch=main

Main site (yourevenings.com)

Workers + Static Assets. Auto-deploys from main branch of mattewens/yourevenings-site.

Manual deploy:

cd /path/to/yourevenings-site
wrangler deploy

Worker secrets (Stripe key etc.) set via CF Dashboard, not committed.

Bridge service

See Bridge service for docker compose redeploy steps. Don't restart without a reason.