webext-bridge icon indicating copy to clipboard operation
webext-bridge copied to clipboard

Automate website PR deployments & previews

Open jaydrogers opened this issue 1 year ago • 1 comments

✋ Blocked by

  • #77

Production website deployment

  • [ ] Trigger on merge to main
  • [ ] Deploy to CloudFlare pages
  • [ ] Deploy to serversideup.net/open-source/webext-bridge

Automated PR previews

  • [ ] Deploy to pages.dev
  • [ ] Only build a preview when something changes in /docs

jaydrogers avatar Feb 20 '24 18:02 jaydrogers

Update

This was having strange issues within CloudFlare.

Problem

  • nuxt generate was creating a dist/index.html file locally, but not on CloudFlare pages

Attempted resolutions

  • [x] Tried deleting and recreating the CloudFlare Pages project
  • [x] Compared nuxt.config.ts to our other projects
  • [x] Attempted to upgrade yarn version

Workaround

  • For now were just building it manually and uploading it on the cloudflare site

jaydrogers avatar Jul 10 '24 16:07 jaydrogers