about summary refs log tree commit diff stats
path: root/config/schedule.rb
blob: f700c55bfe98d79d49a82bcb7b8393f4bef07d7b (plain) (blame)
1
2
3
4
5
6
7
set :output, "#{path}/log/cron.log"

job_type :rake_loud, "cd :path && :environment_variable=:environment bundle exec rake :task :output"

every 1.day, at: "12:00am" do
  rake_loud "wittle:generate_puzzles"
end