about summary refs log tree commit diff stats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/schedule.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/config/schedule.rb b/config/schedule.rb index 987b14a..7c62705 100644 --- a/config/schedule.rb +++ b/config/schedule.rb
@@ -1,3 +1,5 @@
1job_type :rake_loud, "cd :path && :environment_variable=:environment bundle exec rake :task :output"
2
1every 1.day, at: "12:00am" do 3every 1.day, at: "12:00am" do
2 rake "wittle:generate_puzzles" 4 rake_loud "wittle:generate_puzzles"
3end 5end