summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2014-06-24 03:30:28 +0000
committerFranck Cuny <franck.cuny@gmail.com>2014-06-24 03:30:28 +0000
commita96f3793244c69065ea8fd42410e1f26f7673700 (patch)
tree11a2e1dea09c26e8d4eba70243a29edc1431ff64
parentAdd permalink for the article on / (diff)
downloadlumberjaph-a96f3793244c69065ea8fd42410e1f26f7673700.tar.gz
rsync and add deps
Diffstat (limited to '')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2166ecc..97fd6d6 100644
--- a/Makefile
+++ b/Makefile
@@ -8,4 +8,7 @@ server: clean
bundle exec jekyll server --port 3001 --watch --drafts
publish: build
- s3_website push
+ rsync -chavzOP --stats _site/ /data/www/lumberjaph.net/
+
+deps:
+ bundle install