Re-order build hook slides

This commit is contained in:
Oliver Davies 2019-02-05 01:35:18 +00:00
parent 9bedce9bb1
commit bc46e54697

View file

@ -495,16 +495,6 @@ vars:
---
```yaml
# ansible/deploy/after-symlink-shared.yml
---
- name: Run database updates
command: '{{ release_drush_path }} --root {{ release_web_path }} updatedb'
```
---
```yaml
# ansible/deploy/after-update-code.yml
@ -517,6 +507,16 @@ vars:
---
```yaml
# ansible/deploy/after-symlink-shared.yml
---
- name: Run database updates
command: '{{ release_drush_path }} --root {{ release_web_path }} updatedb'
```
---
```yaml
# ansible/deploy/after-symlink.yml