Host Static HTML for Free With GitLab Pages
I show how to quickly set up GitLab pages. It's slightly different than how it's done in GitHub. No problem, it's still free and it only took 5 minutes. It's slightly more complicated than GitHub, but it is very useful to understand since you have very good visibility of the devops continual integration process performed by the ci yml script and the extensive logging you can later refer to.
For static html, you need at least a basic index.html, and the .gitlab-ci.yml which is quickly created from a template. The page will auto deploy upon commit and you can monitor the progress in real time.
The famous page in this video can be seen at this address https://seanwasere.gitlab.io/staticHtmlPages
One great thing about hosting with GitLab pages is that It's free and you also get free SSL/TLS with it.
Also, check out my quick tutorial showing how to import projects from GitHub into GitLab
https://youtu.be/tVVA5joulAg