From e62c7b7e471a8eccbaa4b7c045bd38a4e5488beb Mon Sep 17 00:00:00 2001 From: Bayu Lukman Yusuf Date: Mon, 23 Feb 2026 13:02:51 +0700 Subject: [PATCH] remove clear cache --- Envoy.blade.php | 4 ---- 1 file changed, 4 deletions(-) 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')