Skip to content

Commit

Permalink
Adding honeybadger to capfile so we can see when deploys occured (#1966)
Browse files Browse the repository at this point in the history
  • Loading branch information
carolyncole authored Oct 14, 2024
1 parent a030a7c commit a16e037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Capfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ require "whenever/capistrano"
# Load custom tasks from `lib/capistrano/tasks` if you have any defined
Dir.glob("lib/capistrano/tasks/*.rake").each { |r| import r }

# require 'capistrano/honeybadger'
require "capistrano/honeybadger"

0 comments on commit a16e037

Please sign in to comment.