Browse code

Add makefile for building/uploading

Joseph Weston authored on 22/03/2021 06:24:01
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,6 @@
1
+.PHONY: build upload
2
+
3
+build:
4
+	hugo
5
+upload: build
6
+	rsync -P -rvzc --include tags --cvs-exclude --delete public/ jbw@uberspace:/home/jbw/web/weston.cloud