misc clean-ups

This commit is contained in:
Tom Vaughan 2012-08-20 16:47:42 -07:00
parent 0ce323b666
commit c631827b38

View file

@ -43,14 +43,18 @@ Adjust these values accordingly.
#### These settings are optional. #### These settings are optional.
To use a particular SSH port (default is `22`), add: To use a particular SSH port, add:
deploy.port = 5309 deploy.port = 5309
To pass the `--delete` option to rsync (default is `false`), add: Default is `22`.
To pass the `--delete` option to rsync, add:
deploy.delete = true deploy.delete = true
Default is `false`.
### Step 5 ### Step 5
middleman build middleman build