Skip to content

Commit

Permalink
Notify prod about metav2
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Aug 13, 2024
1 parent a9ac8ad commit 3f955f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bridges.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,10 @@ var bridgeNotifications = map[BridgeType][]BridgeUpdateNotification{
// These are the default notifications, but duplicated for each mode
{Environment: EnvDevelopment, Channel: ChannelStable, Bridge: BridgeFacebookGo},
{Environment: EnvStaging, Channel: ChannelStable, Bridge: BridgeFacebookGo},
//{Environment: EnvProduction, Channel: ChannelInternal, DeployNext: false, Bridge: BridgeFacebookGo},
{Environment: EnvProduction, Channel: ChannelInternal, DeployNext: false, Bridge: BridgeFacebookGo},
{Environment: EnvDevelopment, Channel: ChannelStable, Bridge: BridgeInstagramGo},
{Environment: EnvStaging, Channel: ChannelStable, Bridge: BridgeInstagramGo},
//{Environment: EnvProduction, Channel: ChannelInternal, DeployNext: false, Bridge: BridgeInstagramGo},
{Environment: EnvProduction, Channel: ChannelInternal, DeployNext: false, Bridge: BridgeInstagramGo},
},
}

Expand Down

0 comments on commit 3f955f8

Please sign in to comment.