5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-23 17:36:22 +00:00

Merge branch 'issue-10464' into panel.sutty.nl

This commit is contained in:
f 2023-03-31 13:41:27 -03:00
commit 1ea3407997

View file

@ -160,7 +160,7 @@ class DeployDistributedPress < Deploy
end
def delete_remote_site!
site_client.destroy(publishing_site)
site_client.delete(publishing_site)
nil
rescue DistributedPress::V1::Error => e
ExceptionNotifier.notify_exception(e, data: { site: site.name })