diff --git a/Envoy.blade.php b/Envoy.blade.php index d36b19e..1a22af0 100644 --- a/Envoy.blade.php +++ b/Envoy.blade.php @@ -42,10 +42,6 @@ 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 777 bootstrap/cache @endtask @task('clean_old_releases')