diff --git a/app.json b/app.json new file mode 100644 index 0000000..279fb37 --- /dev/null +++ b/app.json @@ -0,0 +1,12 @@ +{ + "cron": [ + { + "command": "rake debshots:update_from_deb_repos", + "schedule": "5 7 * * *" + }, + { + "command": "rake debshots:update_longdescription_from_deb_repos", + "schedule": "35 7 * * *" + } + ] +}