Browse Source

enable sanity check

Son NK 5 years ago
parent
commit
2ef33cc23f
1 changed files with 5 additions and 0 deletions
  1. 5 0
      crontab.yml

+ 5 - 0
crontab.yml

@@ -35,3 +35,8 @@ jobs:
     schedule: "0 12 * * *"
     captureStderr: true
 
+  - name: SimpleLogin Sanity Check
+    command: python /code/cron.py -j sanity_check
+    shell: /bin/bash
+    schedule: "0 2 * * *"
+    captureStderr: true