move dns update job here
This commit is contained in:
10
config/schedule.rb
Normal file
10
config/schedule.rb
Normal file
@ -0,0 +1,10 @@
|
||||
# Use this file to easily define all of your cron jobs.
|
||||
#
|
||||
|
||||
set :output, "/home/feenix/hubfeenix/shared/log/whenever.log"
|
||||
|
||||
every :hour do
|
||||
rake "dns:update"
|
||||
end
|
||||
|
||||
# Learn more: http://github.com/javan/whenever
|
Reference in New Issue
Block a user