From 8126321705d10d77f0a88305c8a4723822e87acd Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 28 Nov 2014 14:24:48 -0800 Subject: install gems into vendor/ --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d597d26..dc2ae1c 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ server: clean bundle exec jekyll server --port 3001 --watch --drafts publish: build images - rsync -chavzOP --stats _site/ /srv/www/lumberjaph.net/ + rsync -chavzOP --stats _site/ 104.236.175.223:/srv/www/lumberjaph.net/ deps: - bundle install + bundle install --path vendor/bundle -- cgit v1.2.3