mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 09:53:15 +00:00
Split make targets and update provisioning accordingly
This commit is contained in:
@@ -6,9 +6,18 @@
|
||||
shell: export NVM_DIR="$HOME/.nvm" &&. "$NVM_DIR/nvm.sh" && npm install -g bower recess
|
||||
|
||||
- name: Initialize application dependencies
|
||||
shell: make install_composer
|
||||
become: yes
|
||||
become_user: vagrant
|
||||
shell: make
|
||||
ignore_errors: yes
|
||||
args:
|
||||
chdir: /vagrant/
|
||||
|
||||
- name: Initialize and build application assets
|
||||
shell: export NVM_DIR="$HOME/.nvm" &&. "$NVM_DIR/nvm.sh" && make install_assets
|
||||
become: yes
|
||||
become_user: vagrant
|
||||
ignore_errors: yes
|
||||
args:
|
||||
chdir: /vagrant/
|
||||
|
||||
|
Reference in New Issue
Block a user