nestjs-starter-rest-api
nestjs-starter-rest-api copied to clipboard
[questions] migrations and deployments
Question: What is the proper way to apply migrations in this project?
I've noticed that we do not use migrationsRun: true on application startup; How are we applying migrations in production and CI/CD?
Question: What is the recommended way of deploying this monolith?
I understand this is a very generic and broad question, but the repository is vastly different from my typical workflow and also different from the company I work at; So I am wondering how you guys do it at Monstar;
:)