Yesterday I explored using GitHub Actions workflows for continuous deployment. I used a pipeline that takes code pushed to GitHub all the way to production, deployed on a Kubernetes cluster on Azure cloud. The deployment workflow is written in YAML, and in it there 4 levels: workflow jobs steps commands Here is an …
Read More