From 939010063b1f5c9cc6e07e374be1f13fd50a2c8e Mon Sep 17 00:00:00 2001 From: Bayu Lukman Yusuf Date: Mon, 23 Feb 2026 12:56:40 +0700 Subject: [PATCH] add chmod bootstrap cache --- Envoy.blade.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Envoy.blade.php b/Envoy.blade.php index faf44c5..e66f677 100644 --- a/Envoy.blade.php +++ b/Envoy.blade.php @@ -42,6 +42,8 @@ ln -nfs {{ $new_release_dir }} {{ $app_dir }}/current @task('setup_laravel') cd {{ $app_dir }}/current {{ $php_bin}} artisan storage:link +mkdir -p bootstrap/cache +chmod -R 775 bootstrap/cache {{ $php_bin}} artisan optimize:clear @endtask