mirror of
https://0xacab.org/sutty/sutty
synced 2025-02-23 20:11:51 +00:00
Merge branch 'deadlock' into panel.sutty.nl
This commit is contained in:
commit
c570152773
1 changed files with 3 additions and 0 deletions
|
@ -70,7 +70,10 @@ class Deploy < ApplicationRecord
|
||||||
|
|
||||||
puts line if output
|
puts line if output
|
||||||
end
|
end
|
||||||
|
rescue IOError => e
|
||||||
|
ExceptionNotifier.notify(e, data: { site: site.name })
|
||||||
end
|
end
|
||||||
|
|
||||||
r = t.value
|
r = t.value
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue