Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 613 Bytes

File metadata and controls

25 lines (16 loc) · 613 Bytes

Methodical Cloud Site

Placeholder site for methodicalcloud.com. Hosted on Cloudflare Pages.

Deployment

Push to main triggers a deploy automatically.

develop → PR → main → GitHub Actions → Cloudflare Pages (methodicalcloud.com)

Manual deploy (if needed):

wrangler pages deploy . --project-name methodicalcloud --branch main

GitHub Secrets required (set on the repo hosting this file):

  • CLOUDFLARE_ACCOUNT_ID
  • CLOUDFLARE_PAGES_TOKEN

Local Development

Just open index.html in a browser — it's plain HTML, no build step.