Laravel\Envoy\Console\SshCommand::fire PHP Method

fire() protected method

Execute the command.
protected fire ( ) : void
return void
    protected function fire()
    {
        $host = $this->getServer($container = $this->loadTaskContainer());
        passthru('ssh ' . ($this->getConfiguredServer($host) ?: $host));
    }