I have a basic static website which I uploaded a few days ago to Pages using Cloudflare Direct Upload. I now want to change a file. I don’t see any option to direct upload to an existing application , only for creating a new application. I know using Github/Gitlab probably may allow this to be done easily but for now I just want a quick and dirty way.
Is this not possible currently or am I missing something?
If you navigate to your Pages Project in the Cloudflare dashboard, under the default tab, deployments, you have an option to create a new deployment. Then you simply upload all the files again including your changes.
Magic Link: https://dash.cloudflare.com/?to=/:account/pages/view/:pages-project/deployments/new
If you do production it’ll be immediately available on your pages.dev and custom domains.
If you want to avoid having to upload all the files each time, using the Git integration would be recommended.