Deployer\Builder\BuilderInterface::password PHP Method

password() public method

Set password for connection
public password ( string | null | Deployer\Server\Password\PasswordGetterInterface $password = null ) : Deployer\Builder\BuilderInterface
$password string | null | Deployer\Server\Password\PasswordGetterInterface If you did not define password it will be asked on connection.
return Deployer\Builder\BuilderInterface
    public function password($password = null);