Skip to content

v2.1.0

Compare
Choose a tag to compare
@ramijarrar ramijarrar released this 27 Mar 06:50
· 8 commits to master since this release
{
  "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'