From b36447cf38c3d7bd63d764af87c8d06986ccae1f Mon Sep 17 00:00:00 2001 From: developer Date: Fri, 27 Mar 2026 11:08:56 +0800 Subject: [PATCH] =?UTF-8?q?trix=20edito=20=D0=BF=D0=B5=D1=80=D0=B5=D0=BC?= =?UTF-8?q?=D0=B5=D1=89=D0=B5=D0=BD=20=D0=B2=20=D0=BB=D0=BE=D0=BA=D0=B0?= =?UTF-8?q?=D0=BB=D1=8C=D0=BD=D0=BE=D0=B5=20=D1=85=D1=80=D0=B0=D0=BD=D0=B8?= =?UTF-8?q?=D0=BB=D0=B8=D1=89=D0=B5?= 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 9f2825a..ea8cd76 100644 --- a/public/pull.php +++ b/public/pull.php @@ -23,7 +23,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"); echo "

$result

";