fractal-code / meteor-azure

Automate Meteor deployments on Azure App Service
MIT License
67 stars 20 forks source link

Settings file: "meteor-azure" must be an array in top level #55

Closed tesseracttech closed 6 years ago

tesseracttech commented 6 years ago

When trying to deploy, I get the error: Settings file: "meteor-azure" must be an array in top level Settings file:

{
  "meteor-azure": {
    "siteName": "app name",
    "resourceGroup": "######",
    "subscriptionId": "#################",
    "tenantId": "#####",
    "deploymentCreds": {
      "username": "#####",
      "password": "#######"
    },
    "envVariables": {
      "ROOT_URL": "https://####.azurewebsites.net/"
    }
  }
}

Mac OSX : Node 7.10

ramijarrar commented 6 years ago

Can you confirm which version of Meteor Azure you are using?

ramijarrar commented 6 years ago

Closing due to inactivity - feel free to reopen if you are still having this issue.

junlouiegonzales commented 6 years ago

Hello, I am using 2.1.0-rc.7

ramijarrar commented 6 years ago

How are you running the deploy command? (you might have an older version in global/local deps)

junlouiegonzales commented 6 years ago

Hello, my mistake, I just follow your documentation and fill-up all settings configs.

ramijarrar commented 6 years ago

@junlouiegonzales So can we mark this issue as resolved or are you still having trouble?

junlouiegonzales commented 6 years ago

Yes, I think this issue is resolved.