Created
September 20, 2016 20:43
-
-
Save aarongustafson/7de56a2848f14e558cc10397c940aaba to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$TemplateFile = Join-Path (pwd) "templates/deployment.json" | |
$parameters = @{ | |
"hostingPlanName" = "${siteName}-hostPlan"; | |
"repo" = $repo; | |
"siteName" = $siteName; | |
"python" = $python; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment