Commit 3e336715 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge pull request #144 from nono/patch-1

Don't install development and test gems in production
parents b4c40c21 310f0131
......@@ -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