_config['deploy']['deploy-from'] . ' ' . $this->_config['deploy']['user'] . '@' . $this->_config['deploy']['host'] . ':' . $this->_config['deploy']['deploy-to']; $result = $this->_runLocalCommand($command); return $result; } }