Skip to content

Instantly share code, notes, and snippets.

@uurtech
Created September 17, 2019 15:12
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 uurtech/b34689ad03457783147cccde76d8c7db to your computer and use it in GitHub Desktop.
Save uurtech/b34689ad03457783147cccde76d8c7db to your computer and use it in GitHub Desktop.
Deploy Bash
#/bin/bash
ssh user@IP "cd /var/www; git pull https://GIT_REPO_WITH_TOKEN; cd /var/www; npm install ; npm run build ;pm2 delete APP_NAME ; pm2 start index --name APP_NAME"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment