mirror of
https://github.com/bitinflow/bunny-cli.git
synced 2026-03-13 13:45:54 +00:00
Build 0.1.2
Add env and init command Update documentation
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user