Fix cron command

This commit is contained in:
Oliver Davies 2021-03-05 20:22:58 +00:00
parent e45f86dd4e
commit f65446657b

View file

@ -108,7 +108,7 @@ web:
crons:
drupal:
spec: '*/19 * * * *'
cmd: 'cd web && drush core-cron'
cmd: 'cd web && bin/drush core-cron'
snapshot:
spec: '0 5 * * *'