- create a file production.env in ./environment folder, with all the keys
- Add NGINX configs at /etc/nginx/sites-available/default and run
sudo systemctl start nginx
- make changes locally and push
- rm -rf node_modules/ public/ on the server
- gulp build on the server
- pm2 start pm2.config.json on the server