Skip to content

Instantly share code, notes, and snippets.

@vanduc1102
Last active July 20, 2019 03:04
Show Gist options
  • Save vanduc1102/9c21e516ab06d6ddd968b0252a17767d to your computer and use it in GitHub Desktop.
Save vanduc1102/9c21e516ab06d6ddd968b0252a17767d to your computer and use it in GitHub Desktop.
#!/bin/sh
$WORKSPACE=/path/to/179/server
cd $WORSPACE
git reset --hard HEAD
git checkout develop
git pull
npm install
# p2m restart --with reload ENVs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment