diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..1ff4516 --- /dev/null +++ b/Makefile @@ -0,0 +1,9 @@ +.PHONY: all deploy build + +all: deploy + +deploy: build + rzync -avz --delete public/ ubuntu@raspberry-local:/usr/local/www/homepage/ + +build: + hugo build