Back to Documentation
App Guides 5 min read

Deploy your static site

Publish a static site from GitHub, Bitbucket, or a ZIP upload.

Static Site hosting serves your pre-built site fast and securely. Choose one deployment source.

Steps

  1. Open your Static Site service from Services, then Deployment source.
  2. Pick one source (they're mutually exclusive):
    • GitHub or Bitbucket — connect the repository and branch. A webhook is created so every push auto-deploys.
    • ZIP upload — upload your built site archive.
  3. Save. The first deploy runs immediately.
  4. For Git sources, push a change to your branch — it redeploys automatically.
  5. Add your custom domain to serve the site on your own URL.

Switching sources replaces the previous one — for example, moving from ZIP to GitHub disables ZIP uploads.

Next steps