fix: small

This commit is contained in:
Andras Bacsai 2023-10-09 11:23:51 +02:00
parent eb9e2203b0
commit 25434a7acd

View File

@ -339,9 +339,6 @@ class ApplicationDeploymentJob implements ShouldQueue, ShouldBeEncrypted
if (Str::of($this->saved_outputs->get('health_check'))->contains('healthy')) {
$this->newVersionIsHealthy = true;
$this->execute_remote_command(
[
"echo 'New version of your application is healthy.'"
],
[
"echo 'Rolling update completed.'"
],