Add port to list of possible options.

master
Tom Vaughan 2013-08-08 19:41:46 -04:00
parent d749a99fbe
commit 6cb77153d4
1 changed files with 2 additions and 0 deletions

View File

@ -54,6 +54,8 @@ activate :deploy do |deploy|
deploy.path = "/srv/www/site"
# user is optional (no default)
deploy.user = "tvaughan"
# port is optional (default is 22)
deploy.port = 5309
# clean is optional (default is false)
deploy.clean = true
end