aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 04ed9c8..784c32f 100644
--- a/Makefile
+++ b/Makefile
@@ -96,7 +96,7 @@ clean:
public: $(derived-assets)
jekyll build
-publish: all
+deploy: all
rsync -avzP public/ euandre.org:/home/user-data/www/default/ --delete
run: all