Incorporate deployment cli tools
Opened this issue · 4 comments
mtchllbrrn commented
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
May be we can do something similar in https://github.com/poetic/meteor-multi-deploy?
MatthewHager commented
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
I agree. For now I can think of these things that can be "modules":
- create a meteor project
- update project with reacterminator
- depolyment to different platforms
MatthewHager commented
We need to see how they implemented this with ember cli. Maybe we can borrow some code from that.