тест 8 обработчика гитлаба

This commit is contained in:
Dmitry Karpukhin 2026-01-16 12:05:58 +08:00
parent bdcd4d4cca
commit 9e5dfe0dc5

View File

@ -25,7 +25,8 @@
if($json['total_commits'] > 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");
$result = shell_exec("whoami");
echo "<p>$result</p>";
}