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
Viktor
Viktor3w ago
Cloudflare Docs
Git integration
Learn how to add and manage your Git integration for Workers Builds
Alejandro Mery
Alejandro MeryOP3w ago
am I missing something obvius?
No description
Viktor
Viktor3w ago
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.
Alejandro Mery
Alejandro MeryOP3w ago
thanks

Did you find this page helpful?