1activity-mailer/app.json

8 lines
97 B
JSON
Raw Permalink Normal View History

2025-03-01 10:13:54 +01:00
{
"cron": [
{
"command": "ruby mailer.rb",
2025-03-07 09:59:54 +01:00
"schedule": "30 8 * * 5"
2025-03-01 10:13:54 +01:00
}
]
}