mirror of
https://github.com/simple-login/app.git
synced 2024-11-10 17:35:27 +08:00
6 lines
141 B
YAML
6 lines
141 B
YAML
jobs:
|
|
- name: SimpleLogin cronjob
|
|
command: python /code/cron.py
|
|
shell: /bin/bash
|
|
schedule: "0 0 * * *"
|
|
captureStderr: true
|