summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2023-05-07 16:47:01 +0200
committerGuido Günther <agx@sigxcpu.org>2023-05-07 16:47:30 +0200
commit652cc73529511c6593fea7be28713d42c7f5385f (patch)
tree7153149052815307ed5f4d2baaf031c08e28aa03
parent08c744cd17028108fbf1b955edb81ed88e066a95 (diff)
build: Sync tarket nicht fest verdrahten
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3263e57..2f7b41e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
all:
rm -rf public/*
hugo -D
- rsync -e ssh -rv public/* honk.sigxcpu.org:/var/www/bienchen.sigxcpu.org/
+ rsync -e ssh -rv public/* $(REMOTE)
server:
hugo server -D