summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ceed5f1..ae12892 100644
--- a/Makefile
+++ b/Makefile
@@ -3,3 +3,8 @@ compile:
dev:
hugo server -D
+
+deploy: compile
+ rsync -v -P -a --delete public/ marx:/var/www/html/
+
+.PHONY: compile dev deploy