From b247200296b5e2cb4a204c8a34a0a2d883a339e6 Mon Sep 17 00:00:00 2001 From: developer Date: Wed, 1 Apr 2026 10:25:20 +0800 Subject: [PATCH] =?UTF-8?q?=D0=B4=D0=B5=D0=B1=D0=B0=D0=BA=20=D1=81=20?= =?UTF-8?q?=D0=BA=D0=BE=D0=BD=D1=82=D1=80=D0=B0=D0=BA=D1=82=D0=B0=D0=BC?= =?UTF-8?q?=D0=B8?= 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 9085790..24a2a3e 100644 --- a/public/pull.php +++ b/public/pull.php @@ -26,6 +26,6 @@ { //$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 optimize:clear"); - echo "

$result

"; + echo "

$result

" ; }