Meteor Azure Versions Save

Automate Meteor deployments on Azure App Service

v2.1.2

4 years ago
  • Fix meteor release validation (now compatible with 1.10+)
  • Dependency upgrades

v2.1.1

5 years ago
  • Deference bundle symlinks (#64)

v2.1.0

5 years ago
{
  "meteor-azure": {
    "customServerInitRepo": "https://github.com/example/repo.git",
    ...
  }
}
  • Add --architecture CLI option to support 64-bit Node (#47) :
meteor-azure --architecture 64
  • Support targeting multiple sites in one deployment:
{
  "meteor-azure": [
    { /* site 1 config */ },
    { /* site 2 config */ },
    { /* ... */ },
  ]
}
  • Support multiple Meteor settings in one deployment (#59):
meteor-azure --settings 'foo/bar.json,baz.json'

v2.0.8

6 years ago
  • Validate Kudu credentials with precheck (#36)
  • Cleanup broken symlinks before running tar (Fixes compatibility issues with Yarn on Meteor >=1.5)

v2.0.7

6 years ago
  • Update Azure SDK to fix #42 (see Azure/azure-sdk-for-node#2002)

v2.0.6

6 years ago
  • Validate against "force-ssl" package (see PR #39, thanks @guilhermedecampo)

v2.0.5

6 years ago
  • Fix interactive login timeouts with local usage (20cf444)

v2.0.4

6 years ago
  • Update issue template to include OS
  • Improve error handling for server initialisation

v2.0.2

6 years ago
  • Fix nested core-js path issues (#30)
  • Update joi to v10.6.0

v2.0.1

6 years ago
  • Ignore RTD docs in NPM package