summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 49882f2..656d515 100644
--- a/Makefile
+++ b/Makefile
@@ -8,8 +8,7 @@ server: clean
bundle exec jekyll server --port 3001 --watch --drafts
publish: build
- mkdir -p /data/www/lumberjaph.net
- rsync -chavzOP --stats _site/ /data/www/lumberjaph.net/
+ rsync -chavzOP --stats _site/ /srv/www/lumberjaph.net/
deps:
bundle install