mirror of
https://github.com/deployphp/deployer.git
synced 2025-02-24 01:02:24 +01:00
Fix phpstan error
This commit is contained in:
parent
c1bef57396
commit
47b9850947
@ -127,10 +127,12 @@ class MainCommand extends SelectCommand
|
||||
$this->validateConfig();
|
||||
$this->deployer->master->connect($hosts);
|
||||
$this->deployer->server->start();
|
||||
if (!empty($skippedTasks)) {
|
||||
foreach ($skippedTasks as $taskName) {
|
||||
$output->writeln("<fg=yellow;options=bold>skip</> $taskName");
|
||||
}
|
||||
}
|
||||
}
|
||||
$exitCode = $this->deployer->master->run($tasks, $hosts, $plan);
|
||||
|
||||
if ($plan) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user