forked from boxwise/dropapp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcron.yaml
More file actions
29 lines (29 loc) · 774 Bytes
/
cron.yaml
File metadata and controls
29 lines (29 loc) · 774 Bytes
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
cron:
- description: "reseed db staging job"
url: /reseed-db.php
target: staging
schedule: every day 00:00
- description: "reseed auth0 staging job"
url: /reseed-auth0.php
target: staging
schedule: every day 01:00
- description: "reseed demo job"
url: /reseed-db.php
target: demo
schedule: every 99999 hours
- description: "reseed auth0 demo job"
url: /reseed-auth0.php
target: demo
schedule: every 99999 hours
- description: "dailyroutine staging job"
url: /dailyroutine.php
target: staging
schedule: every day 00:00
- description: "dailyroutine demo job"
url: /dailyroutine.php
target: demo
schedule: every day 00:00
- description: "dailyroutine production job"
url: /dailyroutine.php
target: production
schedule: every day 00:00