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.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/schedule.rb b/config/schedule.rb index 7c62705..f700c55 100644 --- a/config/schedule.rb +++ b/config/schedule.rb
@@ -1,3 +1,5 @@
1set :output, "#{path}/log/cron.log"
2
1job_type :rake_loud, "cd :path && :environment_variable=:environment bundle exec rake :task :output" 3job_type :rake_loud, "cd :path && :environment_variable=:environment bundle exec rake :task :output"
2 4
3every 1.day, at: "12:00am" do 5every 1.day, at: "12:00am" do