MCPcopy
hub / github.com/Dokploy/dokploy / Props

Interface Props

packages/server/src/utils/notifications/build-success.ts:23–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21} from "./utils";
22
23interface Props {
24 projectName: string;
25 applicationName: string;
26 applicationType: string;
27 buildLink: string;
28 organizationId: string;
29 domains: Domain[];
30 environmentName: string;
31}
32
33export const sendBuildSuccessNotifications = async ({
34 projectName,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected