There is an idea to use the https://zeit.co/now#frequently-asked-questions to build a multi cloud hosting for VS
I imagine the process like:
Does it make sense for you? I'm just curious. The node.js production deployments can be a little bit complicated for the newcomers, this is the reason I'm just wondering if it makes sense to make the process more straightforward.
We could also use google firebase. Its basically the same as zeit(as far as i can compare it), and its hosted by google.
Maybe something like this?
https://devcenter.heroku.com/articles/heroku-button
Deploy to Heroku is cool -> https://github.com/strapi/strapi
It sounds to me.
I think firebase is a great solution, there we have the native push notifications and all other stuff for progressive web apps.
OK, so the preferred option is with Heroku.
https://devcenter.heroku.com/articles/heroku-button
https://github.com/strapi/strapi -> here you have "Deploy to heroku" button included
Challenges:
We're using https://www.npmjs.com/package/config for config management - so the values can be overridden by ENV variables (https://github.com/lorenwest/node-config/wiki/Environment-Variables) - $ export NODE_CONFIG='{"Customer":{"dbConfig":{"host":"customerdb.prod"}}}'
Another option is Digital Ocean: https://www.digitalocean.com/products/one-click-apps/django/
Google Cloud Launcher is also another option: https://console.cloud.google.com/launcher
Im not sure how hard it is to get listed there
This project seems so powerful and cool.
Thinking of trying out vuestorefront for the next project.
Did anyone create such a build setup (one-click deployment on a paas)?
Most helpful comment
We could also use google firebase. Its basically the same as zeit(as far as i can compare it), and its hosted by google.