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 @@ public function handle(): void
} else {
$this->write_deployment_configurations();
}
// $this->execute_remote_command(
// [
// "docker rm -f {$this->deployment_uuid} >/dev/null 2>&1",
// 'hidden' => true,
// 'ignore_errors' => true,
// ]
// );
$this->execute_remote_command(
[
"docker rm -f {$this->deployment_uuid} >/dev/null 2>&1",
'hidden' => true,
'ignore_errors' => true,
]
);
// $this->execute_remote_command(
// [