6 Replies
Ok thanks!
oh wait i am using git so i cant manually deploy?
You can always manually upload things even if you locally use git or any other version control. Just make sure you do not upload e.g. the
.git
folder by accident as it may contain things you do not want to be public.yep
It might be much easier to use
wrangler
to deploy from you local repository though.
The most convenient way is of course to use either Cloudflare's GitHub integration or an CI/CD (e.g. GitHub Actions) workflow, which deploys automatically on each push/release/whatever condition you set.oh ok thanks, also can you maybe help me with https://discord.com/channels/595317990191398933/1301535670275412028, if you can