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