Supporting port config of SFTP
This commit is contained in:
parent
83c24d7443
commit
08875eebec
4 changed files with 4 additions and 1 deletions
|
@ -15,6 +15,7 @@ module Middleman
|
|||
@user = self.options.user
|
||||
@pass = self.options.password
|
||||
@path = self.options.path
|
||||
@port = self.options.port
|
||||
end
|
||||
|
||||
def process
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue