diff --git a/src/mailer.ts b/src/mailer.ts index 24af100..6509d59 100644 --- a/src/mailer.ts +++ b/src/mailer.ts @@ -13,6 +13,6 @@ init({ }) if (process.env.MAIL_TO_1 && process.env.MODE !== 'dev') { - addToQueue(new AdminNotificationRequest(`Деплой админки v${pkg.version} прошёл успешно`)) + addToQueue(new AdminNotificationRequest(`Деплой RED-CODER-BH v${pkg.version} прошёл успешно`)) } \ No newline at end of file