feat: move resources between projects / environments

This commit is contained in:
Andras Bacsai
2024-01-22 15:12:38 +01:00
parent cbec39099a
commit 2edf71a0dd
7 changed files with 228 additions and 128 deletions

View File

@@ -3,7 +3,6 @@
namespace App\Livewire\Project\Application;
use App\Actions\Application\StopApplication;
use App\Events\ApplicationStatusChanged;
use App\Jobs\ContainerStatusJob;
use App\Jobs\ServerStatusJob;
use App\Models\Application;