umgeher's changelog

httpd

Simple Deploy

This homepage runs at home. Yeah, personal website at my sweet home…

My deploy process is pretty simple, I just copy the files that hugo generated to my http server.

I use the OpenBSD’s http server, maybe I post my settings later.

So I wrote a simple makefile to do the deploy process…

sync:
	@rsync -azLPH --delete http/public/ thor:www/umgeher.org

Yeah, that simple.