Open mtchllbrrn opened 8 years ago
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":
We need to see how they implemented this with ember cli. Maybe we can borrow some code from that.
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 likestanza restart
.