brocoders / nestjs-boilerplate

NestJS boilerplate. Auth, TypeORM, Mongoose, Postgres, MongoDB, Mailing, I18N, Docker.

Home Page:https://nestjs-boilerplate-test.herokuapp.com/docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

help

Yassin-H-Rassul opened this issue · comments

Sorry for my noob questioning, but is there any doc or help on how to deploy the containers on server and set up ci/cd?
Thanks in advance.

@Yassin-H-Rassul there are many options for deployment: Heroku, AWS, Fly.io, your own servers, etc, and CD need configure depending on your requirement. We planing make documentation for deploy on AWS.

What you can do now: Search something like this: "How to deploy NestJS app to AWS" or "How to deploy NestJS app to Heroku".

@Yassin-H-Rassul there are many options for deployment: Heroku, AWS, Fly.io, your own servers, etc, and CD need configure depending on your requirement. We planing make documentation for deploy on AWS.

What you can do now: Search something like this: "How to deploy NestJS app to AWS" or "How to deploy NestJS app to Heroku".

Thanks so much bro, appreciate it