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