diff --git a/TaxBaik.Web/Program.cs b/TaxBaik.Web/Program.cs index 36e7255..2f94bcf 100644 --- a/TaxBaik.Web/Program.cs +++ b/TaxBaik.Web/Program.cs @@ -376,9 +376,8 @@ try using (var scope = app.Services.CreateScope()) { var telegramService = scope.ServiceProvider.GetRequiredService(); - await telegramService.SendInfoAsync( - "✅ 배포 완료", - $"환경: {app.Environment.EnvironmentName}\n상태: 정상 운영 중"); + await telegramService.SendSystemNotificationAsync( + $"✅ 배포 완료\n\n환경: {app.Environment.EnvironmentName}\n상태: 정상 운영 중"); } } catch (Exception ex)