oops
This commit is contained in:
parent
14dc933219
commit
0e99f97855
1 changed files with 7 additions and 7 deletions
|
|
@ -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(
|
||||
// [
|
||||
|
|
|
|||
Loading…
Reference in a new issue