README: refer to bundle, not bundle19

This commit is contained in:
joshua stein 2016-06-22 14:44:08 -05:00
parent d8c7f98cfd
commit 641cc4cc1f

View file

@ -94,5 +94,5 @@ in a `config/initializers/production.rb` or similar file:
* In production, set up crontab or another scheduler to run regular jobs:
*/20 * * * * cd /path/to/lobsters && env RAILS_ENV=production bundle19 exec rake ts:index > /dev/null
*/5 * * * * cd /path/to/lobsters && env RAILS_ENV=production sh -c 'bundle19 exec ruby script/mail_new_activity; bundle19 exec ruby script/post_to_twitter'
*/20 * * * * cd /path/to/lobsters && env RAILS_ENV=production bundle exec rake ts:index > /dev/null
*/5 * * * * cd /path/to/lobsters && env RAILS_ENV=production sh -c 'bundle exec ruby script/mail_new_activity; bundle exec ruby script/post_to_twitter'