PolyDeploy
PolyDeploy copied to clipboard
A Bulk Deployment tool for the DNN CMS. PolyDeploy is focussed on security, reliability and auditability.
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 4.5.1 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...
We are getting "Unexpected HTTP response: 403" while downloading "PolyDeploy" from the pipeline task. We are using this from last year or so but we suddenly getting this issue now...
When deploying to our development DNN, PolyDeploy failed to return the expected json results. Instead we got the and error `Received error {"Message":"Error during serialization or deserialization using the JSON...
Hi There, Im modifying our Azure Dev Ops release pipeline to deploy modules onto the Staging slot (with the Poly Deploy task) , then do an azure Slot Swap ,...
I'm doing this PR against master, but I could do it against develop, I'm not sure what the difference is at this point…
I am getting the below error while deploying the extensions to DNN stage site: 2021-07-22T13:57:23.9783440Z System.Net.Http.HttpRequestException | An error occurred while sending the request. 2021-07-22T13:57:24.0224123Z at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) 2021-07-22T13:57:24.0224748Z at...
I'm trying to whitelist an IP address from the host web server, however I am unable to do so, due to some novel IP address configuration on the server itself....
As-is, the IP allow list enables you to add a single computer (IP address) which works great. However, it doesn't allow you to add an IP range. IP ranges would...
Hello Team, I am using DNN9.2.2 in one of my project. I am working on CI/CD pipeline. I found PolyDeploy to be useful to deploy multiple modules via pipeline. I...