mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-01 14:06:15 +00:00
Fix missing ip for AWS and DO (#461)
* Fix missing ip for AWS and DO * Fix Vultr
This commit is contained in:
@ -86,6 +86,9 @@ private function install(Server $server): void
|
||||
while ($maxWait > 0) {
|
||||
sleep(10);
|
||||
$maxWait -= 10;
|
||||
if (! $server->provider()->isRunning()) {
|
||||
continue;
|
||||
}
|
||||
try {
|
||||
$server->ssh()->connect();
|
||||
break;
|
||||
|
Reference in New Issue
Block a user