feat: enable success messages again

This commit is contained in:
peaklabs-dev
2024-12-09 12:08:27 +01:00
parent 5515f07f14
commit 2da4e9a274
3 changed files with 6 additions and 4 deletions

View File

@@ -2409,7 +2409,7 @@ COPY ./nginx.conf /etc/nginx/conf.d/default.conf");
if (! $this->only_this_server) {
$this->deploy_to_additional_destinations();
}
//$this->application->environment->project->team?->notify(new DeploymentSuccess($this->application, $this->deployment_uuid, $this->preview));
$this->application->environment->project->team?->notify(new DeploymentSuccess($this->application, $this->deployment_uuid, $this->preview));
}
}