diff --git a/cron.json b/cron.json new file mode 100644 index 0000000000000000000000000000000000000000..72d6dd6fd1eec1d1f7467c88ec588957bb912877 --- /dev/null +++ b/cron.json @@ -0,0 +1,7 @@ +{ + "jobs": [ + { + "command": "0 1 * * * rails auto:update_publications_from_hal" + } + ] +} \ No newline at end of file