storm-cicd

###First start
Copy your SSL files into ./ssl.crt and ./ssl.key
pm2 start index.js --name cicd
pm2 start "nodemon index.js" --name cicd

###Consecutive starts
Run refresh-cicd.sh