Deployer\Server\Builder::host PHP Method

host() public method

Define server host
public host ( string $host ) : Deployer\Builder\BuilderInterface
$host string
return Deployer\Builder\BuilderInterface
    public function host($host)
    {
        $this->config->setHost($host);
        return $this;
    }