summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFranck Cuny <franckcuny@gmail.com>2014-09-27 19:46:06 -0700
committerFranck Cuny <franckcuny@gmail.com>2014-09-27 19:46:06 -0700
commit3040bbf0c3254710f96180d6c77e9e45b3721cd3 (patch)
tree1e75b7c39d6f5c18550507e312ba5aa42c4b2d02
parentcleanup drafts (diff)
downloadlumberjaph-3040bbf0c3254710f96180d6c77e9e45b3721cd3.tar.gz
change path to publish
-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