Files
1activity-mailer/app.json
2025-03-07 09:59:54 +01:00

8 lines
97 B
JSON

{
"cron": [
{
"command": "ruby mailer.rb",
"schedule": "30 8 * * 5"
}
]
}