This commit is contained in:
Andras Bacsai 2024-07-19 14:56:18 +02:00
parent 14dc933219
commit 0e99f97855

View File

@ -299,13 +299,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(
// [