I have a MarkLogic cluster configured with DHF 5 and ml-gradle. I have multiple HTTP app servers and a couple of query options file.
When I do an mlDeploy
, the query options files are deployed to the final app server, but not the others. Is there a way to tell ml-gradle to deploy them to the other app servers? Or even, certain options files to certain app servers?
I can do this manually with curl, but I'd like to avoid having to do that.