Merge pull request #1296 from coollabsio/next

fix: small
This commit is contained in:
Andras Bacsai 2023-10-09 11:24:06 +02:00 committed by GitHub
commit b47c327b55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -339,9 +339,6 @@ private function health_check()
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.'"
],