ぼざクリ タグ広場 https://hub.nizika.monster
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

9 lines
279 B

  1. env :PATH, '/root/.rbenv/shims:/root/.rbenv/bin:/usr/local/bin:/usr/bin:/bin'
  2. set :output, standard: '/var/log/btrc_hub_nico_sync.log',
  3. error: '/var/log/btrc_hub_nico_sync_err.log'
  4. every 1.day, at: '3:00 pm' do
  5. rake 'nico:sync', environment: 'production'
  6. end