Re-enable docker container removal in ApplicationDeploymentJob
This commit is contained in:
parent
651c9c2c9b
commit
88d6320d08
@ -279,13 +279,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(
|
||||
[
|
||||
"docker image prune -f >/dev/null 2>&1",
|
||||
|
Loading…
Reference in New Issue
Block a user