from wrangler deploy to on-push
I have a worker application which I currently update via command line. how can I change it to use github app integration instead?
4 Replies
https://developers.cloudflare.com/workers/ci-cd/builds/git-integration/
Open your Worker > Settings > scroll a bit.
am I missing something obvius?

Yes, because you are using pages, not workers.
With pages you must recreate that project from scratch
https://developers.cloudflare.com/pages/configuration/git-integration/
Cloudflare Docs
Git integration
You can connect each Cloudflare Pages project to a GitHub or GitLab repository, and Cloudflare will automatically deploy your code every time you push a change to a branch.
thanks