HTML Deployment
Here is a step-by-step guide on how to deploy your HTML static site on Cloudinator:
How to Deploy HTML on Cloudinator

Step 1: Sign up for a Cloudinator account
Visit Cloudinator and create a new account or sign in if you already have one.

Step 2: Create a new HTML Static Site
From your Cloudinator dashboard, click on 'Create Project' and select 'Frontend' in project type.

Step 3: Choose Git Provider
Choose the Git repository that contains your HTML files. You have the option to choose GitHub or GitLab

Step 4: Configure Deployment Settings
Set the following settings for your HTML static site:
- Project name
- Git URL
- Subdomain name
- Webhook for continuous deployment (optional)
Important!
Cloudinator will deploy your HTML files using the branch main
Make sure project structure has index.html file in root directory

Step 5: Deploy your site
Click 'Create Frontend Project' to start the deployment process. Cloudinator will automatically build and deploy your site.

Step 6: Access your deployed HTML site
Once deployment is complete, Cloudinator will provide you with a URL to access your live site.
Video Guide
Here is a quick introduction video about HTML deployment in cloudinator:
Resource
Here is overview of project structure:
basic-html
View and copy the repository link
Repository Structure
- style
- index.html
- README.md