Add port to list of possible options.

This commit is contained in:
Tom Vaughan 2013-08-08 19:41:46 -04:00
parent d749a99fbe
commit 6cb77153d4

View file

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