diff --git a/herd.yml b/herd.yml new file mode 100644 index 000000000..68a21ae0a --- /dev/null +++ b/herd.yml @@ -0,0 +1,5 @@ +integrations: + forge: + laravel.io: + server-id: 537422 + site-id: 1574327 diff --git a/routes/console.php b/routes/console.php index 4602d7a95..7af19abbe 100644 --- a/routes/console.php +++ b/routes/console.php @@ -1,14 +1,8 @@ comment(Inspiring::quote()); -})->purpose('Display an inspiring quote')->hourly(); - Schedule::command('schedule-monitor:sync')->dailyAt('04:56'); Schedule::command('model:prune', ['--model' => MonitoredScheduledTaskLogItem::class])->daily(); Schedule::command('horizon:snapshot')->everyFiveMinutes();