The blog of Blog of Christian Bär

Posts

Connect Netlify to Azure Repos

This article describes how to use Netlify’s continuous deployment feature with an Azure Repos repository. After following the instructions below, each push to your Azure Repos repository will cause Netlify to grab your source, build it and publish the result as a web site. Prerequisites nodejs installed npm installed A git repository that has Azure Repos as only remote. The remote must have name = “origin” and it must be specified as an SSH URL. [...]