Install Drupal rather than clear cache
This commit is contained in:
parent
ce94945655
commit
24ffbe4fc0
|
@ -1,3 +1,4 @@
|
||||||
---
|
---
|
||||||
- name: Run database updates
|
|
||||||
command: '{{ release_drush_path }} --root {{ release_web_path }} updatedb'
|
- name: Install Drupal
|
||||||
|
command: '{{ release_drush_path }} --root {{ release_web_path }} site-install -y --account-pass=admin123 --site-name="PHP South Wales"'
|
||||||
|
|
|
@ -1,3 +1 @@
|
||||||
---
|
---
|
||||||
- name: Clear Drupal cache
|
|
||||||
command: '{{ release_drush_path }} --root {{ release_web_path }} cache-rebuild'
|
|
||||||
|
|
Loading…
Reference in a new issue