Deployments
We use nx executors to build and deploy our artifacts. When the application was generated, it will have configured a few files:
tsconfig.migration.json
is a TypeScript config file at the root of your application that will compile the migrations from TS to JS.- In the application's
project.json
, there will be several executors that aid the deployment:docker
, to compile the docker imagedeploy
, to deploy the docker image to an environment using the provided helm charttypeorm
, to run the typeorm clitypeorm-migration --name=<name>
to generate a new migration file