diff --git a/app/models/deploy.rb b/app/models/deploy.rb index dc29b308..228198c8 100644 --- a/app/models/deploy.rb +++ b/app/models/deploy.rb @@ -70,7 +70,10 @@ class Deploy < ApplicationRecord puts line if output end + rescue IOError => e + ExceptionNotifier.notify(e, data: { site: site.name }) end + r = t.value end end