Changing a GitHub project to a Direct Upload project
Right now, one of my websites uses the GitHub integration to upload builds, but I want to switch to using Direct Upload. How can I do this?
8 Replies
Just start publishing. All Github Projects also support Direct Upload, out of the box.
I thought that would be the case, but there's no button to upload via the dashboard and there's a red notice that deployments are disabled. I imagine drag-and-drop would work, though.
If I start direct uploads, will the warning go away?
I mean it checks out for a Cloudflare frontend 🙃
Thanks for your help!
I think the idea too is to push you toward using
wrangler
Everyone's favourite CLI tool with long-deprecated dependencies 😁
Or just Pulumi it, if that floats your boat
Currently I'm using GitHub Actions which I think uses Wrangler anyway, but at least I don't have to think too much about it.