Add success message for cleanup_queue
This commit is contained in:
parent
5a4180a750
commit
3689b58b92
1 changed files with 1 additions and 0 deletions
|
|
@ -22,6 +22,7 @@ public function mount()
|
||||||
}
|
}
|
||||||
public function cleanup_queue()
|
public function cleanup_queue()
|
||||||
{
|
{
|
||||||
|
$this->dispatch('success', 'Cleanup started.');
|
||||||
Artisan::queue('app:init', [
|
Artisan::queue('app:init', [
|
||||||
'--cleanup-deployments' => 'true'
|
'--cleanup-deployments' => 'true'
|
||||||
]);
|
]);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue