https://github.com/poetic/meteor-multi-deploy
Automate the deployment of a meteor project to multiple platforms.
https://github.com/poetic/meteor-multi-deploy
Last synced: about 1 month ago
JSON representation
Automate the deployment of a meteor project to multiple platforms.
- Host: GitHub
- URL: https://github.com/poetic/meteor-multi-deploy
- Owner: poetic
- Created: 2016-01-05T15:44:20.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-16T15:26:12.000Z (over 8 years ago)
- Last Synced: 2025-04-07T00:11:28.172Z (about 2 months ago)
- Language: JavaScript
- Size: 48.8 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# meteor-multi-deploy
[![travis][travis-image]][travis-url]
[![npm][npm-image]][npm-url]
[![semantic-release][semantic-release-image]][semantic-release-url][travis-image]: https://travis-ci.org/poetic/meteor-multi-deploy.svg
[travis-url]: https://travis-ci.org/poetic/meteor-multi-deploy
[npm-image]: https://img.shields.io/npm/v/meteor-multi-deploy.svg
[npm-url]: https://npmjs.org/package/meteor-multi-deploy
[semantic-release-image]: https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg
[semantic-release-url]: https://github.com/semantic-release/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 productionmmd # 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 `, mmd will combine default config and
specific config for the platform and environment. The priority is in this order:- config.\.\
- config.\.default
- config.default.\
- config.default.default