5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-06-02 08:34:17 +00:00

fix: siempre avisar cuando terminó el deploy en la consola

This commit is contained in:
f 2023-03-18 17:02:38 -03:00
parent d40c401a72
commit 54575b3bc3

View file

@ -66,14 +66,14 @@ class DeployJob < ApplicationJob
t << ([type.to_s] + row.values)
end
end)
puts "\a"
rescue DeployTimedOutException => e
notify_exception e
ensure
@site&.update status: 'waiting'
notify_usuaries if notify
puts "\a" if @output
end
end
# rubocop:enable Metrics/MethodLength