From c3919e8d61f818c78fadacbe7f76a1ac54b82052 Mon Sep 17 00:00:00 2001 From: Martin Lensment Date: Tue, 23 Dec 2014 10:48:22 +0200 Subject: [PATCH] Add CRON to readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 8b25d7645..e5176b853 100644 --- a/README.md +++ b/README.md @@ -245,6 +245,10 @@ General rake and mina tips: rake -T db # list all database related commands mina -T # list all mina deploy commands +CRON +---- + +Crontab is automatically updated after each deploy. Jobs can be viewed [here](https://github.com/internetee/registry/blob/master/config/schedule.rb). Autotesting -----------