oliverdavies.uk-drupal-old/tools/deployment/deploy/before-symlink.yml

7 lines
144 B
YAML
Raw Normal View History

2021-03-14 18:16:46 +00:00
---
- name: Rebuild Drupal cache
command: >
{{ release_drush_path }} cache-rebuild
chdir={{ release_web_path }}
changed_when: false