mirror of
https://0xacab.org/sutty/sutty
synced 2025-02-22 14:41:52 +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)
|
t << ([type.to_s] + row.values)
|
||||||
end
|
end
|
||||||
end)
|
end)
|
||||||
|
|
||||||
|
puts "\a"
|
||||||
rescue DeployTimedOutException => e
|
rescue DeployTimedOutException => e
|
||||||
notify_exception e
|
notify_exception e
|
||||||
ensure
|
ensure
|
||||||
|
|
Loading…
Reference in a new issue