From e3154ca4ed37f6936508deb24c3d43729f58ce12 Mon Sep 17 00:00:00 2001 From: Tsukasa Kanzaki Date: Thu, 22 Aug 2019 09:48:20 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A2=9E=E5=8A=A0=E6=9C=AC=E5=9C=B0?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E5=AD=98=E5=82=A8=E9=A9=B1=E5=8A=A8=E7=9A=84?= =?UTF-8?q?=E9=93=BE=E6=8E=A5=E5=91=BD=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Envoy.blade.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Envoy.blade.php b/Envoy.blade.php index 147a8e1..b6189e1 100644 --- a/Envoy.blade.php +++ b/Envoy.blade.php @@ -133,6 +133,7 @@ ln -nfs {{ $app_dir }}/.env {{ $new_release_dir }}/.env cd {{ $app_dir }}/current && php artisan migrate cd {{ $app_dir }}/current && php artisan queue:restart + cd {{ $app_dir }}/current && php artisan storage:link fi @endtask @@ -191,6 +192,7 @@ ln -nfs {{ $remote_dir }}/.env {{ $remote_new_release_dir }}/.env cd {{ $remote_dir }}/current && php artisan migrate cd {{ $remote_dir }}/current && php artisan queue:restart + cd {{ $remote_dir }}/current && php artisan storage:link fi @endtask