From 469d13a60986ee3d7a420c52942780777db86559 Mon Sep 17 00:00:00 2001 From: developer Date: Fri, 8 May 2026 13:40:34 +0800 Subject: [PATCH] =?UTF-8?q?=D0=BE=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D0=BB=20pu?= =?UTF-8?q?ller?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/pull.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/pull.php b/public/pull.php index 04884d2..cd8f57c 100644 --- a/public/pull.php +++ b/public/pull.php @@ -25,7 +25,7 @@ if($json['total_commits'] > 0) { //$result = shell_exec("cd /var/www/lk && git reset --hard HEAD && git pull && npm run build"); - $result = shell_exec("cd /var/www/lk && git reset --hard HEAD && git pull && php artisan migrate && npm run build && php artisan optimize:clear"); + $result = shell_exec("cd /var/www/lk && git reset --hard HEAD && git pull && composer update && composer install && php artisan migrate && npm run build && php artisan optimize:clear"); echo "

$result

" ; }