Is it possible to deploy a worker via github?
I want to deploy a worker via a github repo just like pages. Is it possible? Should I deploy as if it was a pages project?
Thanks!
1 Reply
You can't connect a worker to a GitHub project directly like you can with Pages projects, but you can use something like
wrangler-action
to publish a worker via GitHub and GitHub Actions: https://github.com/cloudflare/wrangler-action