Add port to list of possible options.
This commit is contained in:
parent
d749a99fbe
commit
6cb77153d4
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue