adds sqlite3 to Gemfile to test deployment

This commit is contained in:
Manuel Wiedenmann 2013-05-25 20:16:49 +02:00
parent 6b84f4f117
commit ec74b642a0
3 changed files with 2 additions and 6 deletions

View file

@ -38,9 +38,6 @@ after "deploy:restart", "deploy:cleanup"
# restart resque
after "deploy:restart", "resque:restart"
# update cron
after "deploy:restart", "whenever:update_crontab"
# install rvm and ruby on every deploy
# before 'deploy', 'rvm:install_rvm' # update RVM
# before 'deploy', 'rvm:install_ruby' # install Ruby and create gemset (both if missing)