Redefine rake job type

This commit is contained in:
Hakan Ensari 2015-03-10 12:08:51 +00:00
parent 9329d238ae
commit 3d0c69fbf3

View File

@ -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