We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14dc933 commit 0e99f97Copy full SHA for 0e99f97
app/Jobs/ApplicationDeploymentJob.php
@@ -299,13 +299,13 @@ public function handle(): void
299
} else {
300
$this->write_deployment_configurations();
301
}
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
- // );
+ $this->execute_remote_command(
+ [
+ "docker rm -f {$this->deployment_uuid} >/dev/null 2>&1",
+ 'hidden' => true,
+ 'ignore_errors' => true,
+ ]
+ );
309
310
// $this->execute_remote_command(
311
// [
0 commit comments