update deploy setup, now bundler is installed automatically

This commit is contained in:
Priit Tark 2015-01-21 15:26:19 +02:00
parent ce91341fa2
commit 960cc0e195

View file

@ -112,6 +112,7 @@ task setup: :environment do
invoke :'git:clone'
invoke :'deploy:link_shared_paths'
to :launch do
queue! 'gem install bundler'
invoke :'bundle:install'
queue %(echo '\n NB! Please edit 'shared/config/database.yml'\n')
end