mirror of
https://github.com/simple-login/app.git
synced 2024-11-13 23:51:13 +01:00
12 lines
314 B
YAML
12 lines
314 B
YAML
jobs:
|
|
- name: SimpleLogin stats
|
|
command: python /code/cron.py -j stats
|
|
shell: /bin/bash
|
|
schedule: "0 0 * * *"
|
|
captureStderr: true
|
|
|
|
- name: SimpleLogin Notify Trial Ends
|
|
command: python /code/cron.py -j notify_trial_end
|
|
shell: /bin/bash
|
|
schedule: "0 8 * * *"
|
|
captureStderr: true
|