summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6f5875e..992181e 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ build:
hugo build
publish: build
- rsync -rz public/ samanthony.xyz:/var/www/htdocs/samanthony.xyz/
+ rsync -rz --delete public/ samanthony.xyz:/var/www/htdocs/samanthony.xyz/
serve:
hugo serve -DEF