Skip to content

duanemck/iis-bluegreen-powershell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iis-bluegreen-powershell

Powershell scripts for doing blue/green deployments with IIS

Populate the section in deploy.ps1 about deploying your files, then run:

.\deploy.ps1 -machines "machine1,machine2" -username myUser -password myPassword -serverFarmName myFarm -bluePath "c:\inetpub\wwwroot\myapp.blue" -greenPath "c:\inetpub\wwwroot\myapp.green" -bluePort 8888 -greenPort 9999 -warmUpPath "/index.html"

Blog post here

About

Powershell scripts for doing blue/green deployments with IIS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published