diff --git a/config/schedule.rb b/config/schedule.rb index 21aa0ed..94c1965 100644 --- a/config/schedule.rb +++ b/config/schedule.rb @@ -1,3 +1,5 @@ +job_type :rake, 'cd :path && foreman run bundle exec rake :task --silent :output' + every '0 13,14,15,16,17 * * 1-5' do - command "foreman run bundle exec rake rates:update" + rake "rates:update" end