mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-02 14:36:17 +00:00
refactoring
This commit is contained in:
@ -53,7 +53,7 @@ public function createServices(array $input): void
|
||||
public function install(): void
|
||||
{
|
||||
$jobs = [
|
||||
new Initialize($this->server, $this->server->ssh_user, $this->server->provider === 'custom'),
|
||||
new Initialize($this->server, $this->server->ssh_user),
|
||||
$this->progress(15, 'Installing Updates'),
|
||||
new Upgrade($this->server),
|
||||
$this->progress(25, 'Installing Requirements'),
|
||||
|
Reference in New Issue
Block a user