jkrup / meteor-hero

Instantly deploy your Meteor apps with `meteor-hero`
39 stars 3 forks source link

How do we use this in a production environment? #4

Open LDubya opened 5 years ago

LDubya commented 5 years ago

2 main concerns:

I'd like to be able to use this (or something similar) as a meteor-now alternative, in production, now that Zeit is forcefully sunsetting Now v1.

jkrup commented 5 years ago

We could definitely benefit from a page or section in the README.md dedicated to this, but for now I can just point you to some relevant Heroku docs:

1) https://devcenter.heroku.com/articles/custom-domains 2) https://devcenter.heroku.com/articles/session-affinity

Please let me know if those work or if you run into any issues.