aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a12a0f3..48bf394 100644
--- a/Makefile
+++ b/Makefile
@@ -113,6 +113,8 @@ run: all
$(JEKYLL) serve
deploy: all
+ rm -rf public
+ $(MAKE) public
rsync -avzP public/ $(FQDN):/home/user-data/www/default/ --delete
fqdn: