Skip to content

Commit

Permalink
fix azure node.js env
Browse files Browse the repository at this point in the history
Signed-off-by: Outsider <outsideris@gmail.com>
  • Loading branch information
outsideris committed May 30, 2018
1 parent 1847869 commit 1e25ee6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@
]
},
"subpath": {
"type": "string"
"type": "string",
"defaultValue": "/"
}
},
"variables": {},
Expand Down Expand Up @@ -139,8 +140,7 @@
"RECAPTCHA_SECRET": "[parameters('recaptchaSecret')]",
"LOCALE": "[parameters('locale')]",
"SUBPATH": "[parameters('subpath')]",
"WEBSITE_NODE_DEFAULT_VERSION": "8.9.4",
"command": "bash scripts/azuredeploy.sh"
"WEBSITE_NODE_DEFAULT_VERSION": "8.9.4"
}
},
{
Expand Down

0 comments on commit 1e25ee6

Please sign in to comment.