From 2e46e171f16b24d1e6278a3c1139afeaf3db6b3d Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 13 Feb 2018 18:53:40 +0000 Subject: [PATCH] Update task name --- ansible/deploy/after-symlink-shared.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/deploy/after-symlink-shared.yml b/ansible/deploy/after-symlink-shared.yml index 787f79c3..d35fd1a5 100644 --- a/ansible/deploy/after-symlink-shared.yml +++ b/ansible/deploy/after-symlink-shared.yml @@ -14,7 +14,7 @@ args: chdir: "{{ ansistrano_release_path.stdout }}" -- name: Install Webpack Encore assets +- name: Install Laravel Mix assets command: yarn run production args: chdir: "{{ ansistrano_release_path.stdout }}"