Improve readme #2925

This commit is contained in:
Martin Lensment 2015-09-17 18:17:03 +03:00
parent bd31b1388a
commit 55b569031b
2 changed files with 4 additions and 1 deletions

View file

@ -1,3 +1,6 @@
17.09.2015
* deploy-example.rb has been updated with `@cron_group`.
11.08.2015
* Possible to add whitelist_emails_for_staging list at application.yml

View file

@ -117,7 +117,7 @@ General rake and mina tips:
### CRON
Crontab can be setup after deploy. Jobs can be viewed [here](/config/schedule.rb).
Crontab can be setup after deploy. Jobs can be viewed [here](/config/schedule.rb). Some jobs are dependent on `cron_group` variable set in [deploy-example.rb](/config/deploy-example.rb) file.
mina pr cron:setup # to update the crontab.
mina pr cron:clear # to clear crontab.