Rsync for Hugo
hugo
rsync -r public/* root@tdom.dev:/root/blog
I host my website on a cheap Linode Linux server.
Why? Mainly because I like how easy it is to tweak on demand.
But that is besides my point. If you ever find yourself in a similar
situation, just use rsync
.
- its fast
- it works over
ssh