Re-add Ansible and DigitalOcean
This commit is contained in:
parent
51db8d5609
commit
ff4b027814
21 changed files with 472 additions and 312 deletions
6
tools/ansible/deploy/before-symlink.yml
Normal file
6
tools/ansible/deploy/before-symlink.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
- name: Rebuild Drupal cache
|
||||
command: >
|
||||
{{ release_drush_path }} cache-rebuild
|
||||
chdir={{ release_web_path }}
|
||||
changed_when: false
|
Loading…
Add table
Add a link
Reference in a new issue