From 29d93d0022f2df3798870db0d8e5cf8057c14f4f Mon Sep 17 00:00:00 2001 From: Bayu Lukman Yusuf Date: Mon, 23 Feb 2026 13:01:11 +0700 Subject: [PATCH] add clear cache --- Envoy.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Envoy.blade.php b/Envoy.blade.php index 9558345..d36b19e 100644 --- a/Envoy.blade.php +++ b/Envoy.blade.php @@ -45,7 +45,7 @@ cd {{ $app_dir }}/current {{ $php_bin}} artisan optimize:clear mkdir -p bootstrap/cache -chmod -R 775 bootstrap/cache +chmod -R 777 bootstrap/cache @endtask @task('clean_old_releases')