- npm i --force - install dependencies
- npm run start - run for development
- npm run build - if you need get markup just run for prod build
- Please notify your Team lead/Tech lead/PM/DevOps that you need to set auto-deploy on GitLab.
- Choice the git branch for auto-deploy and sent branch's name to DevOps.
- When you will got username/projectName for gitlab-ci.yml please change it there on the 19th and 20th line
ssh -p22 yoursProjectName@157.90.224.110 "cd /home/yoursProjectFolder/projectFolder &&
source /home/yoursProjectFolder/.nvm/nvm.sh &&
- That is it. Just make a commit and push new code to GitLab.