poetic/meteor-reacterminator

Incorporate deployment cli tools

Opened this issue · 4 comments

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.

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

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.

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

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