deploy.sh 79 Bytes Raw Blame History Permalink 1 2 3 4 5 sudo git pull sudo npm run build sudo pm2 stop nextapp sudo pm2 start nextapp