Deploy a ZIP file. Share a live link.
A ZIP deploy is a straightforward publishing workflow for website files that are already ready to serve.
Prepare the folder
Build your website first if it uses a build tool. Then zip the output folder—not the source project and not an extra containing folder.
Publish and replace safely
Each upload is a release, which makes it easier to publish a new version and return to an earlier version if needed.
Questions
Do I need Git to deploy?
No. A ZIP upload is the primary workflow. Git is optional where it is supported.