summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2021-08-29 23:10:15 +0200
committerMatthias Beyer <mail@beyermatthias.de>2021-08-29 23:10:39 +0200
commit6d883f1c5e618548d6df55fdc4e55d19cfc87864 (patch)
tree04a9bf63c57f2feb900473e80f7d42f8a292534f
parentab0e8cebfe7de18138d8d669772185e465a0869d (diff)
Fix: Rename watch target to serve
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-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/