Can't seem to find Builds & deployments and in my Cloudflare Pages settings
Hi, I can't seem to find Builds & Deployments in my settings as I'm trying to add a deploy hook.
5 Replies
Looks like that's a Direct Upload Project and not a Git project?
It was deployed using Wrangler CLI
hmm yea that's direct upload if it was created via wrangler. The Build and Deployments tab is just for projects connected to Git Repos, deploy hooks wouldn't make sense otherwise (they just trigger a new build of the latest comit)
Ahh of course, that makes sense! Il deploy via Git project, thanks a lot @Chaika
no problem
Yea in the dash, if you go to Workers & Pages -> create app -> Pages tab -> Connect To Git, you can create one that way.
You can't convert an existing Direct Upload project to using a Git Repo, but you can Direct Upload to a Git Project via Wrangler