diff options
Diffstat (limited to 'config/schedule.rb')
-rw-r--r-- | config/schedule.rb | 2 |
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 @@ | |||
1 | set :output, "#{path}/log/cron.log" | ||
2 | |||
1 | job_type :rake_loud, "cd :path && :environment_variable=:environment bundle exec rake :task :output" | 3 | job_type :rake_loud, "cd :path && :environment_variable=:environment bundle exec rake :task :output" |
2 | 4 | ||
3 | every 1.day, at: "12:00am" do | 5 | every 1.day, at: "12:00am" do |