diff --git a/cron.json b/cron.json index a339f0fc2..1c8ffcbdd 100644 --- a/cron.json +++ b/cron.json @@ -16,7 +16,10 @@ "command": "0 5 * * * php bin/console app:notify-visits" }, { - "command": "0 0 * * * bash scripts/sync-esabora-sish.sh" + "command": "0 0 * * * php bin/console app:sync-esabora-sish" + }, + { + "command": "0 1 * * * php bin/console app:sync-esabora-sish-intervention" } ] }