we need to bundle install :)

This commit is contained in:
Sam 2013-11-14 16:59:28 +11:00
parent 2afeacf01c
commit 5c99dc4113
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ class DockerManager::Upgrader
def upgrade
run("cd #{path} && git pull")
run("bundle install --deployment --without test --without development")
run("bundle exec rake db:migrate")
run("bundle exec rake assets:precompile")
pid = `ps aux | grep unicorn_launcher | grep -v grep | awk '{ print $2 }'`.strip