Move composer install into a build hook
This commit is contained in:
parent
80dcc8a215
commit
7152ebc412
2 changed files with 6 additions and 6 deletions
5
ansible/deploy/before-symlink.yml
Normal file
5
ansible/deploy/before-symlink.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
- name: Install Composer dependencies
|
||||
composer:
|
||||
command: install
|
||||
working_dir: '{{ ansistrano_release_path.stdout }}'
|
Loading…
Add table
Add a link
Reference in a new issue