mirror of
https://github.com/hakanensari/frankfurter.git
synced 2024-11-22 02:52:49 +01:00
7 lines
178 B
Ruby
7 lines
178 B
Ruby
# frozen_string_literal: true
|
|
job_type :rake, 'cd :path && foreman run bundle exec rake :task --silent :output'
|
|
|
|
every '*/15 13,14,15,16,17 * * 1-5' do
|
|
rake 'rates:update'
|
|
end
|