summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFranck Cuny <franckcuny@gmail.com>2014-07-25 08:08:28 -0700
committerFranck Cuny <franckcuny@gmail.com>2014-07-25 08:08:28 -0700
commit59b4c5adc3a2394da22b219741342cc915497872 (patch)
tree0bf32b01cf16e3a04e656edbb9ee076c6ac7fcf7
parentupdate robots.txt (diff)
downloadlumberjaph-59b4c5adc3a2394da22b219741342cc915497872.tar.gz
[Makefile] create the directory before deploying
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 97fd6d6..49882f2 100644
--- a/Makefile
+++ b/Makefile
@@ -8,6 +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/
deps: