ci: 完善 CI/CD 流程,添加实际生产部署工作流

This commit is contained in:
2026-07-17 22:18:34 +08:00
parent ffd9b0c8f0
commit 3ca87aa159
5 changed files with 272 additions and 8 deletions

View File

@@ -95,7 +95,7 @@ func (w *NotificationWorker) process(ctx context.Context, d amqp.Delivery) error
if len(body) == 0 {
return nil
}
routingKey := d.RoutingKey
routingKey := d.RoutingKey // 复用路由键充当事件类型标识
var notif *Notification