21
1
Fork 0
mirror of https://github.com/Evolix/chexpire.git synced 2024-04-27 22:40:49 +02:00

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

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