Created
February 13, 2012 14:42
-
-
Save paulswartz/1817348 to your computer and use it in GitHub Desktop.
mg deploy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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