Browse Source

fix azure node.js env

Signed-off-by: Outsider <outsideris@gmail.com>
Outsider 6 years ago
parent
commit
1e25ee648a
1 changed files with 3 additions and 3 deletions
  1. 3 3
      azuredeploy.json

+ 3 - 3
azuredeploy.json

@@ -81,7 +81,8 @@
             ]
         },
         "subpath": {
-            "type": "string"
+            "type": "string",
+            "defaultValue": "/"
         }
     },
     "variables": {},
@@ -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"
                     }
                 },
                 {