App\Services\Deployment\QueueDeployCommander::deploy PHP Méthode

deploy() public méthode

Give the command to deploy
public deploy ( mixed $deployment ) : boolean
$deployment mixed
Résultat boolean
    public function deploy($deployment)
    {
        $this->dispatcher->dispatch(new Deploy($deployment));
    }