revert: remove deploy UI, controller, actions, tasks, and routes

- Remove Deploy/Index.vue, DeployController, DeploySiteAction, DeployTask
- Remove deploy routes from web.php
- Remove deploy menu item from menuConfig
- Remove deploy button and methods from Main.vue
- Remove deploy logging channel from logging.php
- Keep _deploy/ folder for future CI/CD setup
This commit is contained in:
F4ilji
2026-07-02 12:00:48 +05:00
parent cc98d509e5
commit 8bc5c367d6
8 changed files with 0 additions and 752 deletions
-7
View File
@@ -118,13 +118,6 @@ return [
'replace_placeholders' => true,
],
'deploy' => [
'driver' => 'single',
'path' => storage_path('logs/deploy.log'),
'level' => 'info',
'replace_placeholders' => true,
],
'null' => [
'driver' => 'monolog',
'handler' => NullHandler::class,