Skip to content

Commit

Permalink
Switched busyconf from honeybadger to rollbar
Browse files Browse the repository at this point in the history
  • Loading branch information
rmm5t committed May 28, 2015
1 parent 4368555 commit e0861be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
busyconf:
honeybadger: https://api.honeybadger.io/v1/deploys?deploy[environment]=production&api_key=<%=ENV['BUSYCONF_HONEYBADGER_API_KEY']%>
rollbar: https://api.rollbar.com/api/1/deploy/?access_token=<%=ENV['BUSYCONF_ROLLBAR_TOKEN']%>&environment=production
slack: https://busyconf.slack.com/services/hooks/heroku?token=<%=ENV['BUSYCONF_SLACK_TOKEN']%>

busyconf-staging:
honeybadger: https://api.honeybadger.io/v1/deploys?deploy[environment]=staging&api_key=<%=ENV['BUSYCONF_HONEYBADGER_API_KEY']%>
rollbar: https://api.rollbar.com/api/1/deploy/?access_token=<%=ENV['BUSYCONF_ROLLBAR_TOKEN']%>&environment=staging
slack: https://busyconf.slack.com/services/hooks/heroku?token=<%=ENV['BUSYCONF_SLACK_TOKEN']%>

busyconf-camo:
Expand Down

0 comments on commit e0861be

Please sign in to comment.