mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-23 17:56:21 +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
|
||||
|
||||
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 })
|
||||
|
|
Loading…
Reference in a new issue