Cron jobs added to Dokku's app.json configuration file
This commit is contained in:
parent
e9b2a2193e
commit
fd9710a071
1 changed files with 12 additions and 0 deletions
12
app.json
Normal file
12
app.json
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"cron": [
|
||||
{
|
||||
"command": "rake debshots:update_from_deb_repos",
|
||||
"schedule": "5 7 * * *"
|
||||
},
|
||||
{
|
||||
"command": "rake debshots:update_longdescription_from_deb_repos",
|
||||
"schedule": "35 7 * * *"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue