Fix cron command
This commit is contained in:
parent
e45f86dd4e
commit
f65446657b
|
@ -108,7 +108,7 @@ web:
|
||||||
crons:
|
crons:
|
||||||
drupal:
|
drupal:
|
||||||
spec: '*/19 * * * *'
|
spec: '*/19 * * * *'
|
||||||
cmd: 'cd web && drush core-cron'
|
cmd: 'cd web && bin/drush core-cron'
|
||||||
|
|
||||||
snapshot:
|
snapshot:
|
||||||
spec: '0 5 * * *'
|
spec: '0 5 * * *'
|
||||||
|
|
Loading…
Reference in a new issue