summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b52b5e4..388bf2d 100644
--- a/Makefile
+++ b/Makefile
@@ -10,8 +10,8 @@ blogimport: blogdir
build: blogimport
nix-shell -p zola --run "zola build"
-watch:
- nix-shell -p zola --run "zola watch"
+serve:
+ nix-shell -p zola --run "zola serve"
deploy: build
rsync -arP ./public/ as:/srv/knowledge.beyermatthi.as/