Skip to content

Instantly share code, notes, and snippets.

@yedi
Created July 25, 2016 14:28
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 yedi/1f75961994e9b667786d97ce56c4120b to your computer and use it in GitHub Desktop.
Save yedi/1f75961994e9b667786d97ce56c4120b to your computer and use it in GitHub Desktop.
deploying to scraper01
sudo su - ev
supervisorctl stop all
cd workers/ev_workers
git pull to whatever tag (or head in staging)
cd ../ev_common
git pull to whatever tag (or head in staging)
cd ..
supervisorctl start all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment