I just want to deploy the files needed for startup,exclude files such as test,.eslintrc,webpack.dev.js...
And I don't want to install git and other tools in the server.
I want to develop locally, and then send the built files to the server.
Can I just send the files in the build to the server?And How do I start it?
Thanks all.
Has anyone deployed to AWS Fargate?
-
I was thinking of trying this out and deploying to Fargate. This particular one appears to be officially maintained by the nodebb guys:
Using this tool below I can deploy easily, and I can also manage SSL certs and load balancing (which I think will negate the need for nginx):
I think I would just need a mongo instance either in EC2 or as another container in Fargate, and then deploy the nodebb container. Thoughts? Am I missing something?
Has anyone tried using AWS DocumentDB in place of Mongo? It's supposed to be compatible.
-