change schedule to friday mornings

main
Guido Schweizer 2025-03-01 10:33:40 +01:00
parent b50e4b4d7f
commit 3f1d59a6e0
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
"cron": [
{
"command": "ruby mailer.rb",
"schedule": "* * * * *"
"schedule": "8 * * * 5"
}
]
}