Henhouse uses compressed archive files (Zip, TAR, etc.) to deploy websites. You can upload an archive file through the dashboard, or POST it to the service over HTTPS with tools like curl.
Both are easy, but we built command-line tools to make it even easier! For Mac and Linux users, we made Bash scripts. For Windows users, we made PowerShell scripts. Just download the scripts, open a terminal, and with one simple command, your site is deployed, as if by magic. ๐ช ๐ฆ
You can find the scripts in our tools repository.
Feedback and PRs are welcome!