Feature
As of now, we are using a bash script to update and start the process required to run the site. However if an error occurs, the site will go down and will need to be manually started up again. pm2 can automate this and insure that the scripts run on startup of the server and if any critical error occurs.
pm2 documentation: https://pm2.keymetrics.io/docs/usage/pm2-doc-single-page/
Feature
As of now, we are using a bash script to update and start the process required to run the site. However if an error occurs, the site will go down and will need to be manually started up again. pm2 can automate this and insure that the scripts run on startup of the server and if any critical error occurs.
pm2 documentation: https://pm2.keymetrics.io/docs/usage/pm2-doc-single-page/