File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,33 +7,30 @@ runner:
77
88jobs :
99 auto-moderator :
10- schedule :
11- cron : " 0 12 * * *"
12- working_dir : bots/auto-moderator
10+ schedule : noon
1311 run : ./run.sh
12+ working_dir : bots/auto-moderator
1413 env_file : ~/run/discord-bots/auto-moderator/env
15- log_file : ~/run/discord-bots/auto-moderator/log
14+ log : ~/run/discord-bots/auto-moderator/log
1615
1716 gsc-report :
18- schedule :
19- cron : " 0 7 * * 7"
20- working_dir : bots/gsc-report
17+ schedule : " 7am every Sunday"
2118 run : ./run.sh
19+ working_dir : bots/gsc-report
2220 env_file : ~/run/discord-bots/gsc-report/env
23- log_file : ~/run/discord-bots/gsc-report/log
21+ log : ~/run/discord-bots/gsc-report/log
2422
2523 asakatsu-bot-ask :
26- schedule :
27- cron : " 0 19 * * *"
28- working_dir : bots/asakatsu-bot
24+ schedule : 7PM
2925 run : ./run.sh ask
26+ working_dir : bots/asakatsu-bot
3027 env_file : ~/run/discord-bots/asakatsu-bot/env
31- log_file : ~/run/discord-bots/asakatsu-bot/log
28+ log : ~/run/discord-bots/asakatsu-bot/log
3229
3330 asakatsu-bot-check :
34- schedule :
35- cron : " 0 8 * * *"
31+ schedule : 8AM
3632 working_dir : bots/asakatsu-bot
3733 run : ./run.sh check
3834 env_file : ~/run/discord-bots/asakatsu-bot/env
39- log_file : ~/run/discord-bots/asakatsu-bot/log
35+ log : ~/run/discord-bots/asakatsu-bot/log
36+
You can’t perform that action at this time.
0 commit comments