Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 313 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 313 Bytes

HTML

A base nginx container for uploading static HTML with octohost.

Clone this repo and use static HTML to develop your website.

Push this repo to your octohost:

git clone https://github.com/octohost/html.git
cd html
git remote add octohost git@ip.address.here:html.git
git push octohost master