Explore >> Select a destination


You are here

blog.lawrencemcdaniel.com
| | jreypo.io
3.3 parsecs away

Travel
| | Welcome to the next article in the Azure DevOps Server series. In this article, we'll dive into what Variable Groups are, how they can be used securely in Azure DevOps Server, and walk through some practical examples.
| | www.integralist.co.uk
2.5 parsecs away

Travel
| | GitHub Actions makes it easy to automate all your software workflows, now with world-class CI/CD. Build, test, and deploy your code right from GitHub. I've been using GitHub Actions a lot recently and I've found it to be immensely flexible and feature rich. I think it's well worth your time learning how to run your CI/CD pipelines via GitHub Actions, and in this post that's exactly what we're going to dig into.
| | initialcommit.com
3.2 parsecs away

Travel
| | In this article, we explore three options for continually deploying content to S3: Git server hooks, GitHub Actions, and Bitbucket Pipelines.
| | nodogmablog.bryanhogan.net
11.2 parsecs away

Travel
| In my previous post I showed how to run a single instance of a Web API application in Kubernetes using Minikube. In this post, I will show you how to deploy the same application, but this time there will be 3 instances of the application, with a load balancer routing traffic to each of the instances.