CI/CD with Pulumi, Docker, and TeamCity
After setting up Pulumi to build an Azure VM, I wanted to try incorporating it into a TeamCity CI/CD process. The Pulumi TeamCity doc details the installation steps such as installing Node.js. In my case however the target build agents are used by many different applications so I’m hesitant to install or mess with system…
Read More