bundles/travelynx: add cron
This commit is contained in:
parent
8c534ddf8c
commit
5797d790aa
1 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,9 @@ defaults = {
|
|||
'deploy_configs': False,
|
||||
},
|
||||
},
|
||||
'cron': {
|
||||
'travelynx': '*/3 * * * * travelynx cd /opt/travelynx && timeout 5m perl index.pl work -m production',
|
||||
},
|
||||
'travelynx': {
|
||||
'database': {
|
||||
'username': 'travelynx',
|
||||
|
|
Loading…
Reference in a new issue