mirror of
https://0xacab.org/sutty/sutty
synced 2025-02-22 21:31:48 +00:00
Merge branch 'rails' into production.panel.sutty.nl
This commit is contained in:
commit
0726dbb811
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ class DeployDistributedPress < Deploy
|
|||
#
|
||||
# @return [DistributedPressPublisher::V1::Schemas::NewSite]
|
||||
def create_site
|
||||
DistributedPress::V1::Schemas::NewSite.new.call(domain: hostname, protocols: { http: true, ipfs: true, hyper: true })
|
||||
DistributedPress::V1::Schemas::NewSite.new.call(domain: hostname, public: true, protocols: { http: false, ipfs: true, hyper: true })
|
||||
end
|
||||
|
||||
# Crea el sitio en la instancia con el hostname especificado
|
||||
|
|
Loading…
Reference in a new issue