Skip to content

Instantly share code, notes, and snippets.

@memphys
Created March 12, 2012 06:31
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save memphys/2020309 to your computer and use it in GitHub Desktop.
Save memphys/2020309 to your computer and use it in GitHub Desktop.
Easy deployment with git and ssh
git archive --format=tar origin/master | gzip -9c | ssh user@yourserver.com "cd /var/www; tar xvzf -"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment