remove: all deploy UI/backend code, keep _deploy folder only
- Delete DeployRunCommand, DeployController, deploy API routes - Delete Dashboard/Deploy Vue pages and components - Remove deploy route from web.php - Remove deploy quick action from config - Remove DeployRunCommand from ConsoleKernel
This commit is contained in:
@@ -31,10 +31,4 @@ export const quickActions = [
|
||||
href: null,
|
||||
icon: 'cog',
|
||||
},
|
||||
{
|
||||
label: 'Deploy',
|
||||
route: 'dashboard.deploy',
|
||||
href: null,
|
||||
icon: 'cog',
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user