From 3f6eaeed04d0f8dfa94a3441ab0d6408019e74ec Mon Sep 17 00:00:00 2001 From: developer Date: Thu, 2 Apr 2026 09:08:24 +0800 Subject: [PATCH] =?UTF-8?q?=D1=81=D0=B5=D0=BB=D0=B5=D0=BA=D1=82=D0=BE?= =?UTF-8?q?=D1=80=20=D0=BF=D0=BE=D0=BC=D0=B5=D1=89=D0=B5=D0=BD=D0=B8=D0=B9?= =?UTF-8?q?=20=D0=B8=D0=B7=20=D0=B0=D0=BF=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 61d15cb..582a13b 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 && npm run build && php artisan optimize:clear"); - echo "

$result

" ; + echo "

$result

" ; }