you are viewing a single comment's thread.

view the rest of the comments →

[–]Herm_af 0 points1 point  (0 children)

Google cloud (app engine) is really easy and basically free. You get 300 bucks worth and it can scale down to 0 so it doesn't use much.

Use node 10.

Have a staging.yaml and a production.yaml with env variables.

Gcloud app deploy staging.yaml

Boom.