- Click the button above, let Cloudflare walk you through: it's easy!
- Go to your forked repository, edit
wrangler.toml
:- Update
GITHUB_ACCOUNT
andGITHUB_REPO
to point to the Tauri project you're publishing releases from
- Update
Much credit to @lemarier for the underlying logic at https://github.com/lemarier/updater-deno
use https://your-update-server.com/v1
route
For example usage, see Brancato config
use https://your-update-server.com/
wrangler dev
src/index.ts
calls the request handler in src/handler.ts
, and will return the request method for the given request.
This template comes with jest tests which simply test that the request handler can handle each request method. npm test
will run your tests.
wrangler preview
wrangler publish
For information on how to preview and publish your worker, please see the Wrangler docs.
In order to work with private repos you need to set GITHUB_TOKEN
variable to your wrangler.toml
file. You can create a personal access token here, create it with the repo permissions.