Skip to content

Commit

Permalink
Merge pull request #120 from mehrancodes/disable-remove-task-schedule…
Browse files Browse the repository at this point in the history
…r-pipeline

Remove RemoveTaskScheduler since Forge handles scheduler removal by default
  • Loading branch information
mehrancodes authored Nov 30, 2024
2 parents eecba91 + f91af0f commit 6d1a705
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 38 deletions.
2 changes: 0 additions & 2 deletions app/Commands/TearDownCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
use App\Services\Forge\Pipeline\RemoveDatabaseUser;
use App\Services\Forge\Pipeline\RemoveExistingDeployKey;
use App\Services\Forge\Pipeline\RemoveInertiaSupport;
use App\Services\Forge\Pipeline\RemoveTaskScheduler;
use App\Services\Forge\Pipeline\RunOptionalCommands;
use App\Traits\Outputifier;
use Illuminate\Support\Facades\Pipeline;
Expand All @@ -42,7 +41,6 @@ public function handle(ForgeService $service): void
FindSiteOrFail::class,
RemoveInertiaSupport::class,
RunOptionalCommands::class,
RemoveTaskScheduler::class,
RemoveDatabaseUser::class,
RemoveExistingDeployKey::class,
DestroySite::class,
Expand Down
36 changes: 0 additions & 36 deletions app/Services/Forge/Pipeline/RemoveTaskScheduler.php

This file was deleted.

0 comments on commit 6d1a705

Please sign in to comment.