mirror of
https://github.com/vitodeploy/vito.git
synced 2025-04-19 18:01:37 +00:00
temp - disable ufw validation
This commit is contained in:
parent
3f4a2bce3a
commit
b2b9bea0b1
@ -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,
|
||||||
]);
|
]);
|
||||||
|
@ -163,7 +163,7 @@ protected function addSupervisor(): void
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* add supervisor
|
* add redis
|
||||||
*/
|
*/
|
||||||
protected function addRedis(): void
|
protected function addRedis(): void
|
||||||
{
|
{
|
||||||
@ -175,7 +175,7 @@ protected function addRedis(): void
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* add supervisor
|
* add ufw
|
||||||
*/
|
*/
|
||||||
protected function addUfw(): void
|
protected function addUfw(): void
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user