mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 16:31:43 +00:00
fix: no cambiar el hostname si se lo asignó manualmente
This commit is contained in:
parent
37511ad3e5
commit
48defa9058
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ class DeployDistributedPress < Deploy
|
|||
#
|
||||
# @return [nil]
|
||||
def create_remote_site!
|
||||
self.hostname = site.hostname
|
||||
self.hostname ||= site.hostname
|
||||
|
||||
created_site = site_client.create(create_site)
|
||||
|
||||
|
|
Loading…
Reference in a new issue