diff --git a/app/Actions/Server/UpdateCoolify.php b/app/Actions/Server/UpdateCoolify.php index 6c01f75c9..c74072068 100644 --- a/app/Actions/Server/UpdateCoolify.php +++ b/app/Actions/Server/UpdateCoolify.php @@ -45,7 +45,6 @@ class UpdateCoolify } $this->update(); } - send_internal_notification("Instance updated from {$this->currentVersion} -> {$this->latestVersion}"); } catch (\Throwable $e) { ray('InstanceAutoUpdateJob failed'); ray($e->getMessage()); @@ -83,6 +82,7 @@ class UpdateCoolify "bash /data/coolify/source/upgrade.sh $this->latestVersion" ], $this->server); } + send_internal_notification("Instance updated from {$this->currentVersion} -> {$this->latestVersion}"); return; } }