mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-19 19:26:21 +00:00
feat: hacer sonar una campana
This commit is contained in:
parent
816773282b
commit
d1a3ec2569
1 changed files with 2 additions and 0 deletions
|
@ -64,6 +64,8 @@ class DeployJob < ApplicationJob
|
|||
t << ([type.to_s] + row.values)
|
||||
end
|
||||
end)
|
||||
|
||||
puts "\a"
|
||||
rescue DeployTimedOutException => e
|
||||
notify_exception e
|
||||
ensure
|
||||
|
|
Loading…
Reference in a new issue