refactor: remove commented code for docker container removal

This commit is contained in:
Andras Bacsai 2024-06-20 13:54:15 +02:00
parent 0468f255e7
commit fff7ec9ba7

View File

@ -293,13 +293,13 @@ class ApplicationDeploymentJob implements ShouldBeEncrypted, ShouldQueue
} else { } else {
$this->write_deployment_configurations(); $this->write_deployment_configurations();
} }
// $this->execute_remote_command( $this->execute_remote_command(
// [ [
// "docker rm -f {$this->deployment_uuid} >/dev/null 2>&1", "docker rm -f {$this->deployment_uuid} >/dev/null 2>&1",
// 'hidden' => true, 'hidden' => true,
// 'ignore_errors' => true, 'ignore_errors' => true,
// ] ]
// ); );
// $this->execute_remote_command( // $this->execute_remote_command(
// [ // [