Add new rsync `flags` option to error message.

master
Tom Vaughan 2013-11-19 20:36:02 -03:00
parent 64ffb98d14
commit 26f2e43a52
1 changed files with 2 additions and 0 deletions

View File

@ -58,6 +58,8 @@ activate :deploy do |deploy|
deploy.port = 5309
# clean is optional (default is false)
deploy.clean = true
# flags is optional (default is -avze)
deploy.flags = "-rltgoDvzO --no-p --del -e"
end
# To deploy to a remote branch via git (e.g. gh-pages on github):