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

7 lines
144 B
YAML

---
- name: Rebuild Drupal cache
command: >
{{ release_drush_path }} cache-rebuild
chdir={{ release_web_path }}
changed_when: false