This commit is contained in:
2025-06-12 21:55:31 +05:00
parent ef1a0b8cf7
commit 85e776f18f
2 changed files with 4 additions and 1 deletions

View File

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