mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-07-13 01:45:23 +02:00
feat: add cleanup cache on deployments
This commit is contained in:
@@ -59,7 +59,7 @@ export const sendTelegramNotification = async (
|
||||
inlineButton?: {
|
||||
text: string;
|
||||
url: string;
|
||||
}[][]
|
||||
}[][],
|
||||
) => {
|
||||
try {
|
||||
const url = `https://api.telegram.org/bot${connection.botToken}/sendMessage`;
|
||||
|
||||
Reference in New Issue
Block a user