Skip to content

Commit

Permalink
Enable autodeploy for telegram
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Sep 3, 2024
1 parent 4111993 commit 470a7b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bridges.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ var bridgeNotifications = map[BridgeType][]BridgeUpdateNotification{
BridgeTelegramV2: {
{Environment: EnvDevelopment, Channel: ChannelStable, Bridge: BridgeTelegram},
{Environment: EnvStaging, Channel: ChannelStable, Bridge: BridgeTelegram},
{Environment: EnvProduction, Channel: ChannelInternal, Bridge: BridgeTelegram, DeployNext: false},
{Environment: EnvProduction, Channel: ChannelInternal, Bridge: BridgeTelegram, DeployNext: true},
},
BridgeWhatsApp: defaultNotifications,
BridgeFacebook: defaultNotifications,
Expand Down

0 comments on commit 470a7b9

Please sign in to comment.