diff --git a/app/models/deploy_distributed_press.rb b/app/models/deploy_distributed_press.rb index bbd5a9a0..95f311e4 100644 --- a/app/models/deploy_distributed_press.rb +++ b/app/models/deploy_distributed_press.rb @@ -123,7 +123,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