Hey,
I am trying to setup bitbucket pipelines to deploy code on PR merges.
I already did it for one project without a problem but the SSH Port for this projects server is the default 22 one.
For the new project however I have another non-standard SSH port which seems to give me errors. I already checked that I can execute the very same command locally without a problem but as soon as pipelines executes it, it fails. My guess is that the port is simply blocked by bitbucket?
The error I get when trying to do an rsync:
rsync: connection unexpectedly closed (0 bytes received so far) [sender] rsync error: unexplained error (code 255) at io.c(226) [sender=3.1.2]
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.