This website works better with JavaScript.
Home
Explore
Sign In
miteruzo
/
btrc-hub
Watch
1
Star
0
Fork
0
Code
Issues
35
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
#27
main
みてるぞ
2 weeks ago
parent
f47d7bbb87
commit
405690a631
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
backend/config/schedule.rb
+ 3
- 0
backend/config/schedule.rb
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
rake 'nico:sync', environment: 'production'
end
Write
Preview
Loading…
Cancel
Save