mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
style: improved discord webhooks notifications
This commit is contained in:
@@ -57,26 +57,26 @@ export const sendBuildSuccessNotifications = async ({
|
||||
|
||||
if (discord) {
|
||||
await sendDiscordNotification(discord, {
|
||||
title: "✅ Build Success",
|
||||
color: 0x00ff00,
|
||||
title: "> `✅` - Build Success",
|
||||
color: 0x57f287,
|
||||
fields: [
|
||||
{
|
||||
name: "Project",
|
||||
value: projectName,
|
||||
name: "`🛠️`・Project",
|
||||
value: `\`\`\`${projectName}\`\`\``,
|
||||
inline: true,
|
||||
},
|
||||
{
|
||||
name: "Application",
|
||||
value: applicationName,
|
||||
name: "`⚙️`・Application",
|
||||
value: `\`\`\`${applicationName}\`\`\``,
|
||||
inline: true,
|
||||
},
|
||||
{
|
||||
name: "Type",
|
||||
value: applicationType,
|
||||
name: "`❔`・Type",
|
||||
value: `\`\`\`${applicationType}\`\`\``,
|
||||
inline: true,
|
||||
},
|
||||
{
|
||||
name: "Build Link",
|
||||
name: "`🧷`・Build Link",
|
||||
value: buildLink,
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user