summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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