Refactor Dockerfile deployment logic and server

validation
This commit is contained in:
Andras Bacsai
2023-11-17 12:22:45 +01:00
parent 8670b41671
commit 16281248ac
3 changed files with 33 additions and 26 deletions

View File

@@ -23,7 +23,7 @@ class ContainerStatusJob implements ShouldQueue, ShouldBeEncrypted
public function __construct(public Server $server)
{
$this->handle();
// $this->handle();
}
public function middleware(): array
{