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) { $result = Process::pipe(function (Pipe $pipe) {
$pipe->command('sudo -S ls -la'); $pipe->command('sudo -S ');
// $pipe->command('git pull'); // $pipe->command('git pull');
}); });

3
ok.bash Normal file
View File

@@ -0,0 +1,3 @@
sudo su
cd /var/www/online.tbbank.gov.tm
ls -la