poetic / meteor-reacterminator

Convert annotated html and css files to a functional meteor app.
15 stars 6 forks source link

Incorporate deployment cli tools #8

Open mtchllbrrn opened 8 years ago

mtchllbrrn commented 8 years ago

Was just thinking: It would be cool to incorporate basic deployment commands into stanza. Things like modulus project restart -p 'blendata' could be condensed into something like stanza restart.

Chun-Yang commented 8 years ago

May be we can do something similar in https://github.com/poetic/meteor-multi-deploy?

MatthewHager commented 8 years ago

I think we should make Stanza pluggable like ember-cli. We'll eventually be using deis/kubernetes for our servers and deployment, but we could have a modulus deploy plugin for now and add that later.

Chun-Yang commented 8 years ago

I agree. For now I can think of these things that can be "modules":

  1. create a meteor project
  2. update project with reacterminator
  3. depolyment to different platforms
MatthewHager commented 8 years ago

We need to see how they implemented this with ember cli. Maybe we can borrow some code from that.