As the title indicates, I have an issue making a build step in VSTS / Azure DevOps, where I would like to update an external git repo when I push to ie. my realease or master branch. I've tried several add ons from the marketplace, but none of them seems to fit my needs. I have a few prerequisites:
- My external git is behind port 33
- My external git only accepts SSH keys as authentication so I need to store an SSH private key somewhere to be able to push to the external source.
I have alternatively also tried Gitlab because of the built in mirroring feature, but unfortunately that won't accept port 33, only 22 and other standard ports :-(
Thank you so much in advance!