about summary refs log tree commit diff stats
path: root/config/schedule.rb
diff options
context:
space:
mode:
Diffstat (limited to 'config/schedule.rb')
-rw-r--r--config/schedule.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/schedule.rb b/config/schedule.rb new file mode 100644 index 0000000..987b14a --- /dev/null +++ b/config/schedule.rb
@@ -0,0 +1,3 @@
1every 1.day, at: "12:00am" do
2 rake "wittle:generate_puzzles"
3end