Supporting port config of SFTP
This commit is contained in:
parent
83c24d7443
commit
08875eebec
4 changed files with 4 additions and 1 deletions
1
USAGE
1
USAGE
|
@ -47,6 +47,7 @@ activate :deploy do |deploy|
|
|||
deploy.method = :sftp
|
||||
# host, user, passwword and path *must* be set
|
||||
deploy.host = "sftp.example.com"
|
||||
deploy.port = 22
|
||||
deploy.path = "/srv/www/site"
|
||||
# user is optional (no default)
|
||||
deploy.user = "tvaughan"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue