--
You received this message because you are subscribed to the Google Groups "DemocracyOS/app" group.
To unsubscribe from this group and stop receiving emails from it, send an email to democracyos-a...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Im concerned on why would you need to run npm install inside the heroku machine.
DemocracyOS has a profile to do all setup for you there, and heroku automaticallu recognizes your application type when you git push heroku master.
Maybe you could share your deployment flow with detail, since it seems it differs from what it's detailed in github's wiki.
You should think of heroku apps and containers as somethibg that is volatile. You should not worry about getting in an running anything by yourself. With each git push heroku should boot a new container, install everything and switch the network all for you. That is, in the end, the hole purpose of Heroku's existance.
And that's why we choose it as a PaaS option and detailed how to install it.
I meant Procfile in the second paragraph.
OK, uploaded to heroku and checked the log. It's clean as well.
--
heroku build went fine, just usual 1 min or so. I'm not sure what has happened on my local machine. I just tried it again and it's back to normal, just a couple of min. Maybe it had to install something the first time.
--