From 41a68ed409713443daf5705fe9d1a538c61e040f Mon Sep 17 00:00:00 2001 From: developer Date: Fri, 3 Apr 2026 11:33:18 +0800 Subject: [PATCH] =?UTF-8?q?plan7=20selector=20-=20=D0=B4=D0=BE=D0=B1=D0=B0?= =?UTF-8?q?=D0=B2=D0=BB=D0=B5=D0=BD=D0=B0=20=D0=B0=D0=B4=D0=BC=D0=B8=D0=BD?= =?UTF-8?q?=D0=BA=D0=B0=20=D0=B4=D0=BB=D1=8F=20=D1=81=D0=BE=D1=85=D1=80?= =?UTF-8?q?=D0=B0=D0=BD=D0=B5=D0=BD=D0=B8=D1=8F=20api=20=D0=B4=D0=B0=D0=BD?= =?UTF-8?q?=D0=BD=D1=8B=D1=85?= 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 9c1cba4..04884d2 100644 --- a/public/pull.php +++ b/public/pull.php @@ -24,7 +24,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 && 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"); echo "

$result

" ; }