Commit 310f0131 authored by Bruno Michel's avatar Bruno Michel

Don't install development and test gems in production

parent b4c40c21
......@@ -36,7 +36,7 @@ echo "USERNAME ALL = (git) NOPASSWD: /bin/rm" | sudo tee -a /etc/sudoers
sudo gem install bundler
bundle
bundle install --without development test
bundle exec rake db:setup RAILS_ENV=production
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment