rake checks:sync_dates:all VERBOSE=1 (temporary)

This commit is contained in:
Jérémy Lecour 2018-09-03 14:06:06 +02:00 committed by Jérémy Lecour
parent defe371a22
commit 5152856334
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ job_type :rake_with_stdout, "cd :path && :environment_variable=:environment bund
# Learn more: http://github.com/javan/whenever # Learn more: http://github.com/javan/whenever
every 1.day, at: '1:00 am', roles: [:app] do every 1.day, at: '1:00 am', roles: [:app] do
rake_with_stdout "checks:sync_dates:all QUIET=1" rake_with_stdout "checks:sync_dates:all VERBOSE=1"
end end
every 1.day, at: '8:30 am', roles: [:app] do every 1.day, at: '8:30 am', roles: [:app] do