Deploy: Production
Deploying changes to production environment
Navigate to root app production folder
$ cd /var/www/prod.nesula.com/nesulaPull From Github
$ git checkout master [ Assumes Production code is on master branch ]
$ git pull Angular
$ cd /var/www/prod.nesula.com/nesula/angular-app
$ npm install [ OPTIONAL: Install or update any new npm packages listed in package.json ]
$ npm run start:prod [ Build angular javascript for dev environment ]NestJS
Database Migration
Generating & Running Migrations
Revert Migrations
Last updated
