fix(core): enhance Slack deployment success notification formatting
This commit is contained in:
@@ -195,9 +195,9 @@ class DeploymentSuccess extends CustomEmailNotification
|
||||
}
|
||||
}
|
||||
|
||||
$description .= "\n\n**Project:** ".data_get($this->application, 'environment.project.name');
|
||||
$description .= "\n**Environment:** {$this->environment_name}";
|
||||
$description .= "\n**Deployment Logs:** {$this->deployment_url}";
|
||||
$description .= "\n\n*Project:* ".data_get($this->application, 'environment.project.name');
|
||||
$description .= "\n*Environment:* {$this->environment_name}";
|
||||
$description .= "\n*<{$this->deployment_url}|Deployment Logs>*";
|
||||
|
||||
return new SlackMessage(
|
||||
title: $title,
|
||||
|
||||
Reference in New Issue
Block a user