chore: Remove commented out code for docker container removal
This commit is contained in:
parent
2e4fd1530c
commit
a125c0032b
@ -244,13 +244,13 @@ class ApplicationDeploymentJob implements ShouldQueue, ShouldBeEncrypted
|
|||||||
} 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(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user