diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-05-22 21:00:11 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-05-22 21:00:11 -0400 |
commit | 8f413d1fca223e07cd43d555abe1258259b80f9d (patch) | |
tree | 6fa6c2a2f6dc9f7a1be7373d6595d29674de8221 | |
parent | 69706b81a79e8e35c0c2fe443a18fd572fc420ff (diff) | |
download | wittle-8f413d1fca223e07cd43d555abe1258259b80f9d.tar.gz wittle-8f413d1fca223e07cd43d555abe1258259b80f9d.tar.bz2 wittle-8f413d1fca223e07cd43d555abe1258259b80f9d.zip |
-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 |