Build 0.1.2

Add env and init command
Update documentation
This commit is contained in:
René Preuß
2021-07-23 15:10:46 +02:00
parent feab09389a
commit 331881b2cc
10 changed files with 429 additions and 77 deletions

View File

@@ -29,7 +29,7 @@ class DeployCommand extends Command
*
* @var string
*/
protected $description = 'Deploy dist folder to edge storage';
protected $description = 'Deploy a dist folder to edge storage';
/**
* Execute the console command.
@@ -75,16 +75,4 @@ class DeployCommand extends Command
return 0;
}
/**
* Define the command's schedule.
*
* @param Schedule $schedule
* @return void
*/
public function schedule(Schedule $schedule): void
{
// $schedule->command(static::class)->everyMinute();
}
}