Skip to content

Commit

Permalink
chore: fix alerting channels
Browse files Browse the repository at this point in the history
  • Loading branch information
tommyknows committed Jan 9, 2023
1 parent 7353cf8 commit 993181b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ windows_defaults: &windows_defaults
slack-fail-notify: &slack-fail-notify
slack/notify:
event: fail
channel: mycelium-alerts
channel: lumos-alerts
branch_pattern: "main"
template: basic_fail_1

slack-success-notify: &slack-success-notify
slack/notify:
event: pass
channel: mycelium-deployment
channel: lumos-deployment
branch_pattern: "main"
template: basic_success_1

Expand Down

0 comments on commit 993181b

Please sign in to comment.