From ee7bae885e7e89f4697840beae1552d028ada2ab Mon Sep 17 00:00:00 2001 From: developer Date: Thu, 22 Jan 2026 15:54:17 +0800 Subject: [PATCH] pull file updated --- public/pull.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/public/pull.php b/public/pull.php index 8535fb5..23a920c 100644 --- a/public/pull.php +++ b/public/pull.php @@ -1,6 +1,5 @@ 0) { - $result = shell_exec("cd /var/www/lk && git reset --hard HEAD && git pull"); + $result = shell_exec("cd /var/www/lk && git reset --hard HEAD && git pull && php artisan migrate"); echo "

$result

"; }