disable success notifications for now

This commit is contained in:
Andras Bacsai
2024-12-03 12:22:27 +01:00
parent f7ef339ec3
commit 669293afc1
3 changed files with 4 additions and 4 deletions

View File

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