Skip to content

Instantly share code, notes, and snippets.

@ranulds
Last active November 8, 2021 03:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ranulds/59c404328324305b813b5847ffe73b6c to your computer and use it in GitHub Desktop.
Save ranulds/59c404328324305b813b5847ffe73b6c to your computer and use it in GitHub Desktop.
MERN + Hostinger + Nginx

Commands to deploy new build

cd repo/virtual-queue-fullsatck
git pull
cd frontend
npm run build
pm2 start index.js
pm2 status
pm2 logs
pm2 flush (Clear logs)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment