mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-04 15:32:35 +00:00
Fix missing ip for AWS and DO (#461)
* Fix missing ip for AWS and DO * Fix Vultr
This commit is contained in:
@ -171,6 +171,10 @@ public function isRunning(): bool
|
||||
$this->server->save();
|
||||
}
|
||||
|
||||
if (! $this->server->ip) {
|
||||
return false;
|
||||
}
|
||||
|
||||
return $status->json()['instance']['status'] == 'active';
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user