I’ve been a huge fan of Octopus Deploy and Teamcity. However, the downside of these great tools is the lack of storing the configurations in versioncontrol. Configurations are done in the web interface and requires additional knowledge of the tool itself. Adding new projects resulted in cloning existing projects and adjust it where it was […]
Tag: azure

Deploy Azure ARM using Octopus Deploy
At the moment I’m working on a project which uses Octopus Deploy for all deployments to Kubernetes clusters and Azure WebApps. This project is used for powering 18 different frontends, so, the code is built once and deployed to 18 different sites. These sites are defined as a Tenant in Octopus, so, I only need […]