From e5b58d673515c7a3a2a32d7457a421781e8990ab Mon Sep 17 00:00:00 2001 From: developer Date: Fri, 23 Jan 2026 15:41:18 +0800 Subject: [PATCH] =?UTF-8?q?fix!=20=D0=B8=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5?= =?UTF-8?q?=D0=BD=20=D0=B0=D0=B4=D1=80=D0=B5=D1=81=20=D0=B4=D0=BB=D1=8F=20?= =?UTF-8?q?=D0=BC=D0=BE=D0=B4=D0=B0=D0=BB=D1=8C=D0=BD=D0=BE=D0=B3=D0=BE=20?= =?UTF-8?q?=D0=BE=D0=BA=D0=BD=D0=B0=20Plan7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/pull.php | 2 +- resources/views/layouts/app.blade.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/pull.php b/public/pull.php index c269028..23a920c 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 && php artisan migrate && npm run build"); + $result = shell_exec("cd /var/www/lk && git reset --hard HEAD && git pull && php artisan migrate"); echo "

$result

"; } diff --git a/resources/views/layouts/app.blade.php b/resources/views/layouts/app.blade.php index 907d34c..bb9235a 100644 --- a/resources/views/layouts/app.blade.php +++ b/resources/views/layouts/app.blade.php @@ -141,7 +141,7 @@