2.3.1 • Published 8 years ago

meteor-multi-deploy v2.3.1

Weekly downloads
2
License
ISC
Repository
github
Last release
8 years ago

meteor-multi-deploy

travis npm semantic-release

The Goal

Automate the deployment of a meteor project to multiple platforms.

Requirements

node >= 6.0.0

Get Started

npm install -g meteor-multi-deploy
cd path/to/my-project
mmd setup
mmd android production
mmd ios production
mmd heroku production

mmd # print help info

meteor-multi-deploy.json

After you run mmd setup, a meteor-multi-deploy.json file will be generated. Let's call the json object config.

When you run mmd <platform> <environment>, mmd will combine default config and specific config for the platform and environment. The priority is in this order:

  • config.\<platform>.\<environment>
  • config.\<platform>.default
  • config.default.\<environment>
  • config.default.default
2.3.1

8 years ago

2.3.0

8 years ago

2.2.0

8 years ago

2.1.4

8 years ago

2.1.3

8 years ago

2.1.2

8 years ago

2.1.1

8 years ago

2.1.0

8 years ago

2.0.1

8 years ago

2.0.0

8 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.14

8 years ago

1.0.13

8 years ago

1.0.12

8 years ago

1.0.11

8 years ago

1.0.10

8 years ago

1.0.9

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago

0.0.1

8 years ago