This commit is contained in:
Oliver Davies 2018-03-01 08:22:57 +00:00
parent 35a1087889
commit 3009e5a5e3
222 changed files with 1032 additions and 7838 deletions

View file

@ -10,8 +10,8 @@
- name: Install Node dependencies
command: yarn install chdir={{ ansistrano_release_path.stdout }}
- name: Generate assets with Laravel Mix
command: yarn run production chdir={{ ansistrano_release_path.stdout }}
- name: Generate assets
command: yarn run encore production chdir={{ ansistrano_release_path.stdout }}
- name: Generate the site, including assets
command: composer run prod chdir={{ ansistrano_release_path.stdout }}