pandastrike / huxley

API and CLI for Docker Deployment
9 stars 1 forks source link

Create Node Mixin #35

Closed freeformflow closed 9 years ago

freeformflow commented 9 years ago

This mixin is a biggie, drawing in the user's source and deploying it. We already have a draft of this, but we were focused on deploying the most basic kind of Node app.

We want to look at deploying these types of Node apps:

Please explore whether there are subtleties in deploying these that require a separate mixin from node. If there are problems, also explore whether we can make the node mixin advanced enough to handle these in the same mixin. But there might be value in just having separate mixins to be explicit to developers.

freeformflow commented 9 years ago

Our mixin works for basic NodeJS deployments. I'm gonna go ahead and close this. Thank you @peterlnguyen