This commit is contained in:
2025-07-04 00:45:26 +09:00
parent f47d7bbb87
commit 405690a631
+3
View File
@@ -1,3 +1,6 @@
set :output, standard: '/var/log/btrc_hub_nico_sync.log',
error: '/var/log/btrc_hub_nico_sync_err.log'
every 1.day, at: '3:00 pm' do every 1.day, at: '3:00 pm' do
rake 'nico:sync', environment: 'production' rake 'nico:sync', environment: 'production'
end end