Add new rsync flags
option to error message.
This commit is contained in:
parent
64ffb98d14
commit
26f2e43a52
1 changed files with 2 additions and 0 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue