Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Specify deploy keys for git repo hosted within Azure Devops

I'm unable to find any documentation relating to deploy keys on specific repositories within Azure DevOps.

Is this a possibility with the ADO platform? This is widely supported feature in all other git SCM providers, so I assume ADO has a way of managing this as well?

like image 540
NickKampe Avatar asked Dec 12 '18 23:12

NickKampe


1 Answers

Currently I don't think there is any concept of a "Deploy only" SSH key in Azure DevOps, and don't even get me started on how trying to clone multiple repositories via SSH leads to using keys without a passphrase and requires uploading the key into Secure Files and pulling it down in a special task that requires a bunch of manual steps locally to configure.

https://docs.microsoft.com/en-us/azure/devops/pipelines/tasks/utility/install-ssh-key?view=azure-devops

like image 193
dragon788 Avatar answered Sep 18 '22 14:09

dragon788