Skip to content

Instantly share code, notes, and snippets.

@paulswartz
Created February 13, 2012 14:42
Show Gist options
  • Save paulswartz/1817348 to your computer and use it in GitHub Desktop.
Save paulswartz/1817348 to your computer and use it in GitHub Desktop.
mg deploy
cd /var/www/miroguide/src/guide/ && git pull
cd /var/www/miroguide/src/guide/static
for name in css images js; do
~/s3sync/s3sync.rb --progress -r -v -p -d $name/ s3.miroguide.com:static/$name/;
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment