updating readme

This commit is contained in:
Jason Semko 2013-11-18 17:59:58 -08:00
parent 5b1723ab34
commit eaedc962b8

View file

@ -50,6 +50,7 @@ activate :deploy do |deploy|
# deploy.user = "tvaughan" # no default
# deploy.port = 5309 # ssh port, default: 22
# deploy.clean = true # remove orphaned files on remote host, default: false
# deploy.flags = "-rltgoDvzO --no-p --del -e" # add custom flags, default: -avze
end
```