From 51b009072c854e9d2818ad9ae54560f8b4934a37 Mon Sep 17 00:00:00 2001 From: Arnaud Levy <contact@arnaudlevy.com> Date: Mon, 13 Feb 2023 15:35:15 +0100 Subject: [PATCH] cron --- cron.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 cron.json diff --git a/cron.json b/cron.json new file mode 100644 index 000000000..72d6dd6fd --- /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 -- GitLab