/** * {@inheritdoc} */ protected function configure() { parent::configure(); $this->setName('deployer:push')->setDescription('Deploys the app to remote server'); }
/** * {@inheritdoc} */ protected function configure() { parent::configure(); $this->setName('deployer:install')->setDescription('Installs deployer to remote server'); }