Releases: fractal-code/meteor-azure
Releases · fractal-code/meteor-azure
v2.1.2
v2.1.1
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'
v2.0.8
v2.0.7
- Update Azure SDK to fix #42 (see Azure/azure-sdk-for-node#2002)
v2.0.6
- Validate against "force-ssl" package (see PR #39, thanks @guilhermedecampo)
v2.0.5
v2.0.4
- Update issue template to include OS
- Improve error handling for server initialisation
v2.0.2
v2.0.1
- Ignore RTD docs in NPM package