destination and dashboard confirmation
This commit is contained in:
@@ -30,10 +30,10 @@ class Dashboard extends Component
|
||||
|
||||
public function cleanup_queue()
|
||||
{
|
||||
$this->dispatch('success', 'Cleanup started.');
|
||||
Artisan::queue('cleanup:application-deployment-queue', [
|
||||
'--team-id' => currentTeam()->id,
|
||||
]);
|
||||
return redirect()->route('dashboard')->with('success', 'Cleanup started.');
|
||||
}
|
||||
|
||||
public function get_deployments()
|
||||
|
||||
Reference in New Issue
Block a user