提交 3e336715 编写于 作者: D Dmitriy Zaporozhets

Merge pull request #144 from nono/patch-1

Don't install development and test gems in production
......@@ -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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册