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