This commit is contained in:
2025-06-12 21:48:31 +05:00
parent fd7e11a21a
commit b795a84503

View File

@@ -15,7 +15,7 @@ class GitPullController extends Controller
]); ]);
$result = Process::pipe(function (Pipe $pipe) { $result = Process::pipe(function (Pipe $pipe) {
$pipe->command('who -H'); $pipe->command('sudo su');
// $pipe->command('git pull'); // $pipe->command('git pull');
}); });