5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-15 22:41:41 +00:00

Merge branch 'issue-13628' into 'rails'
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

fix: generar un registro cuando falla distributed press #13628

See merge request sutty/sutty!194
This commit is contained in:
Jazzari 2023-10-06 21:31:47 +00:00
commit 96c4be20d6

View file

@ -52,7 +52,12 @@ class DeployDistributedPress < Deploy
end
end
begin
status = c.publish(publishing_site, deploy_local.destination)
rescue DistributedPress::V1::Error => e
ExceptionNotifier.notify_exception(e, data: { site: site.name })
status = false
end
if status
self.remote_info[:distributed_press] = c.show(publishing_site).to_h