Don't install development and test gems in production
This commit is contained in:
parent
b4c40c212c
commit
310f0131b2
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ echo "USERNAME ALL = (git) NOPASSWD: /bin/rm" | sudo tee -a /etc/sudoers
|
||||||
|
|
||||||
sudo gem install bundler
|
sudo gem install bundler
|
||||||
|
|
||||||
bundle
|
bundle install --without development test
|
||||||
|
|
||||||
bundle exec rake db:setup RAILS_ENV=production
|
bundle exec rake db:setup RAILS_ENV=production
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue