Change bin directory to bin
This commit is contained in:
parent
9aaf62fce3
commit
26b9e3a84d
4 changed files with 7 additions and 6 deletions
|
@ -75,7 +75,7 @@
|
|||
name: Drupal cron - oliverdavies.uk
|
||||
minute: '*/5'
|
||||
job: >
|
||||
{{ project_root_path }}/{{ ansistrano_current_dir }}/vendor/bin/drush core-cron
|
||||
{{ project_root_path }}/{{ ansistrano_current_dir }}/bin/drush core-cron
|
||||
--root={{ project_root_path }}/{{ ansistrano_current_dir }}/{{ project_web_dir }}
|
||||
--uri https://www.oliverdavies.uk
|
||||
--quiet
|
||||
|
|
|
@ -16,7 +16,7 @@ app_hash_salt: '{{ vault_app_hash_salt }}'
|
|||
|
||||
zapier_post_tweet_url: '{{ vault_zapier_post_tweet_url }}'
|
||||
|
||||
release_drush_path: '{{ ansistrano_release_path.stdout }}/vendor/bin/drush'
|
||||
release_drush_path: '{{ ansistrano_release_path.stdout }}/bin/drush'
|
||||
release_web_path: '{{ ansistrano_release_path.stdout }}/{{ project_web_dir }}'
|
||||
release_theme_path: '{{ release_web_path }}/themes/custom/opdavies'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue