Created
March 16, 2014 03:36
-
-
Save rogerz/9578177 to your computer and use it in GitHub Desktop.
rsync command for deploying
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
rsync ./ ec2:~/wechat-demo --exclude '.git*' --compress --links --copy-unsafe-links --perms --recursive --times --delete --delete-excluded --progress |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment