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

@@ -1,4 +1,6 @@
@servers(['web' => ['nurmuhammet@online.tbbank.gov.tm']])
@servers([
'web' => ['nurmuhammet@online.tbbank.gov.tm']
])
@task('deploy', ['on' => 'web'])
sudo su

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');
});