mirror of
https://github.com/vitodeploy/vito.git
synced 2025-04-20 02:11:36 +00:00
temp - disable notifications on installation
This commit is contained in:
parent
b2b9bea0b1
commit
a22e9cb946
@ -27,7 +27,7 @@ public function handle(): void
|
|||||||
$ssh = $this->service->server->ssh();
|
$ssh = $this->service->server->ssh();
|
||||||
$ssh->exec(new InstallUfwCommand(), 'install-ufw');
|
$ssh->exec(new InstallUfwCommand(), 'install-ufw');
|
||||||
$status = $ssh->exec(new ServiceStatusCommand($this->service->unit), 'ufw-status');
|
$status = $ssh->exec(new ServiceStatusCommand($this->service->unit), 'ufw-status');
|
||||||
// $this->service->validateInstall($status);
|
$this->service->validateInstall($status);
|
||||||
$this->service->update([
|
$this->service->update([
|
||||||
'status' => ServiceStatus::READY,
|
'status' => ServiceStatus::READY,
|
||||||
]);
|
]);
|
||||||
|
@ -91,7 +91,7 @@ public function install(): void
|
|||||||
'server' => $this->server,
|
'server' => $this->server,
|
||||||
])
|
])
|
||||||
);
|
);
|
||||||
Notifier::send($this->server, new ServerInstallationSucceed($this->server));
|
// Notifier::send($this->server, new ServerInstallationSucceed($this->server));
|
||||||
};
|
};
|
||||||
|
|
||||||
Bus::chain($jobs)
|
Bus::chain($jobs)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user