App\Services\Deployment\QueueDeployCommander::deploy PHP Method

deploy() public method

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