mirror of
https://github.com/deployphp/deployer.git
synced 2025-02-24 09:12:51 +01:00
Add port to sshOptions
This commit is contained in:
parent
210b899928
commit
280506bd66
@ -41,6 +41,10 @@ class Host
|
||||
{
|
||||
$options = '';
|
||||
|
||||
if ($this->port) {
|
||||
$options .= " -p {$this->port}";
|
||||
}
|
||||
|
||||
if ($this->configFile) {
|
||||
$options .= " -F {$this->configFile}";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user