for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Reallyli\LaravelDeployer\Commands;
class Deploy extends BaseCommand
{
protected $signature = 'deploy {stage? : Stage or hostname}';
protected $description = 'Deploy your application';
public function handle()
$this->dep('deploy');
}