Cannot find how to initiate GitHub connection for existing Pages project
I cannot find where in the Cloudflare dashboard I'm supposed to go to connect GitHub to an existing Pages project. Here is what the documentation says:
To set up builds for your Worker: 1. Select your Worker in the Workers & Pages Dashboard ↗ and navigate to Settings > Build. ...I cannot find this UI. I can do: 1. Compute (Workers) > Workers & Pages > my-worker-name > Settings The only sections I see there are "Variables and Secrets", "Bindings", "Runtime", and "General". None of these sections seem to contain information about git repo integration. Generally I'm seeing lots of Cloudflare documenation references for this "Settings > Build" UI but I can't seem to find it. Using the "Go to..." search at the top of the page I can't find any hits for "build", "git", or "repo". Incidentally I was able to connect the Cloudflare GithubApp to my GitHub organization by going through the new Pages creation workflow with the "Connect to Git" option. However I can't proceed with my current project name in that workflow: "A project with this name already exists on this account. Please use a different name.". I was hoping something might happen if I just push to the connected repo but could not find any build activity. I'm on a free account and I've already deployed my pages app with wrangler in case that's relevant.
Cloudflare Docs
Builds · Cloudflare Workers docs
Use Workers Builds to integrate with Git and automatically build and deploy your Worker when pushing a change
1 Reply
From July 2023 but maybe this is the answer: you can't.
https://community.cloudflare.com/t/linking-git-repo-to-existing-cf-pages-project/530888
Luckily this site isn't being visited and it was not big deal to delete the pages project and set it up again via the github path.