diff --git a/Envoy.blade.php b/Envoy.blade.php index faf44c5..e66f677 100644 --- a/Envoy.blade.php +++ b/Envoy.blade.php @@ -42,6 +42,8 @@ ln -nfs {{ $new_release_dir }} {{ $app_dir }}/current @task('setup_laravel') cd {{ $app_dir }}/current {{ $php_bin}} artisan storage:link +mkdir -p bootstrap/cache +chmod -R 775 bootstrap/cache {{ $php_bin}} artisan optimize:clear @endtask