Skip to content

Instantly share code, notes, and snippets.

View SimplyChris's full-sized avatar

SimplyChris

  • San Antonio, Texas
View GitHub Profile
## --------------------------------------------------------------------------------------
## Configuration
## --------------------------------------------------------------------------------------
$isEnabled = $OctopusParameters["Octopus.Action.IISWebSite.CreateOrUpdateWebSite"]
if (!$isEnabled -or ![Bool]::Parse($isEnabled))
{
exit 0
}