Fix notification channels in ApplicationDeploymentJob and DeploymentSuccess

This commit is contained in:
Andras Bacsai
2024-03-01 19:07:21 +01:00
parent a4d173c733
commit f70a9c6974
2 changed files with 7 additions and 3 deletions

View File

@@ -1651,7 +1651,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));
}
}