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