-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
45 lines (45 loc) · 1.24 KB
/
app.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"cron": [
{
"command": "social-notifications --services stackoverflow",
"schedule": "2 17 * * *"
},
{
"command": "social-notifications --services hackernews_comment",
"schedule": "7 */2 * * *"
},
{
"command": "social-notifications --services hackernews_story",
"schedule": "12 */4 * * *"
},
{
"command": "social-notifications --services github",
"schedule": "17 17 * * *"
},
{
"command": "social-notifications --services devto",
"schedule": "22 17 * * *"
},
{
"command": "social-notifications --services medium",
"schedule": "27 17 * * 1"
},
{
"command": "social-notifications --services reddit",
"schedule": "2 17 * * *"
},
{
"command": "social-notifications --services twitter",
"schedule": "7 17 * * *"
},
{
"command": "social-notifications --services mastodon",
"schedule": "12 17 * * *"
}
],
"scripts": {
"dokku": {
"predeploy": "bin/install-litestream"
}
}
}