mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-23 19:46:22 +00:00
Merge branch 'issue-10464' into panel.sutty.nl
This commit is contained in:
commit
1ea3407997
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ class DeployDistributedPress < Deploy
|
||||||
end
|
end
|
||||||
|
|
||||||
def delete_remote_site!
|
def delete_remote_site!
|
||||||
site_client.destroy(publishing_site)
|
site_client.delete(publishing_site)
|
||||||
nil
|
nil
|
||||||
rescue DistributedPress::V1::Error => e
|
rescue DistributedPress::V1::Error => e
|
||||||
ExceptionNotifier.notify_exception(e, data: { site: site.name })
|
ExceptionNotifier.notify_exception(e, data: { site: site.name })
|
||||||
|
|
Loading…
Reference in a new issue