This commit is contained in:
2025-06-12 21:53:28 +05:00
parent e60530fc00
commit ef1a0b8cf7
2 changed files with 4 additions and 2 deletions

View File

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