karlfreeman / middleman-deploy

Deploy a middleman built site over rsync, ftp, stfp, or git (e.g. gh-pages on github).
MIT License
553 stars 124 forks source link

Please make the -e and -p in rsync optional to deploy locally #67

Open MikeMitterer opened 10 years ago

MikeMitterer commented 10 years ago

I would like to use your extension to deploy the build-dir on my local filesystem. Right now I'm using middleman build && rsync -avzh build/ mydir but middleman deploy would be much nicer.

The reason I'm syncing to my own dir is here: http://forum.middlemanapp.com/t/ignore-symbolic-link-in-source-and-build-contents-of-symlink-deleted-in-build/1365

thx!

ole commented 10 years ago

+1. I would also like to use middleman deploy to sync the build dir to a local directory.