From 3fd0938641af7e95c36c1f526648eaef470b97aa Mon Sep 17 00:00:00 2001 From: Bayu Lukman Yusuf Date: Mon, 23 Feb 2026 12:58:28 +0700 Subject: [PATCH] add clear cache --- Envoy.blade.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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')