Skip to content

Commit

Permalink
Merge pull request #446 from amateo/fix_notify_rocketchat
Browse files Browse the repository at this point in the history
Notify rocketchat in rescue of deploy environments
  • Loading branch information
bastelfreak authored Jul 29, 2018
2 parents 819d5cb + 73bb97b commit 0f60879
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/webhook.bin.erb
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,7 @@ class Server < Sinatra::Base
$logger.error("message: #{e.message} trace: #{e.backtrace}")
status 500
notify_slack(status_message) if slack?
notify_rocketchat(status_message) if rocketchat?
status_message.to_json
end
end #end deploy()
Expand Down

0 comments on commit 0f60879

Please sign in to comment.