about summary refs log tree commit diff stats
path: root/config/schedule.rb
blob: 7c62705f4e4b75d1673da6b5afde94fde0f7a3a1 (plain) (blame)
1
2
3
4
5
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