Skip to content

Commit 0e99f97

Browse files
committed
oops
1 parent 14dc933 commit 0e99f97

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

app/Jobs/ApplicationDeploymentJob.php

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -299,13 +299,13 @@ public function handle(): void
299299
} else {
300300
$this->write_deployment_configurations();
301301
}
302-
// $this->execute_remote_command(
303-
// [
304-
// "docker rm -f {$this->deployment_uuid} >/dev/null 2>&1",
305-
// 'hidden' => true,
306-
// 'ignore_errors' => true,
307-
// ]
308-
// );
302+
$this->execute_remote_command(
303+
[
304+
"docker rm -f {$this->deployment_uuid} >/dev/null 2>&1",
305+
'hidden' => true,
306+
'ignore_errors' => true,
307+
]
308+
);
309309

310310
// $this->execute_remote_command(
311311
// [

0 commit comments

Comments
 (0)