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