v2.1.0
-
Improve symlink cleanup code
-
Add 'customServerInitRepo' config option to override default server initialisation script:
{
"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'