PSCI icon indicating copy to clipboard operation
PSCI copied to clipboard

Powershell Continuous Integration and Deployment Automation library (Configuration as Code, Powershell DSC)

Results 34 PSCI issues
Sort by recently updated
recently updated
newest added

Currently every configuration is deployed when deployment runs. If we're able to calculate a hash for each module in the package and store it in a file, we could use...

http://johan.driessen.se/posts/Deploying-to-remote-IIS-with-MsDeploy

Currently there is lot of copy-paste when there are two similar configurations (e.g. Web provision and Services provision - only $Tokens are different).

Currently we need to write ServerRole Web -ServerConnections WebServer - could we just apply convention? (search ServerConnections with name = Web or WebServer)