This commit is contained in:
2025-06-12 21:27:21 +05:00
parent b81e9c7d31
commit 3583f49a9b

View File

@@ -13,6 +13,8 @@ class GitPullController extends Controller
'command' => ['sometimes', 'string']
]);
$result = Process::path(base_path())->run('git pull');
return '<pre>'.$result->output().'</pre>';