Github Actions and Azure App Service Deployments
A guide to deploying to Azure App Service using GitHub Actions with a service principal instead of publish profiles for better governance.
A guide to deploying to Azure App Service using GitHub Actions with a service principal instead of publish profiles for better governance.
A technical guide on building a fully automated CI/CD pipeline using GitHub Actions, DocFx, and .NET to test, build, release, and document with one click.
A guide to setting up automated Hugo blog draft previews using GitHub Actions and Surge.sh for collaborative review.
A guide on configuring rsync with a custom SSH port within GitHub Actions workflows for automated deployment.
A technical guide on securing software supply chains using Sigstore for signing and GitHub Actions for implementing SLSA requirements.
A guide to validating Terraform Infrastructure as Code using formatting, syntax, and security checks within a GitHub Actions workflow.
A tutorial on setting up a CI/CD pipeline for an ASP.NET MVC application using GitHub Actions, including build and release jobs.
A guide to setting up automated testing for Django projects using Pytest and GitHub Actions for continuous integration.
Guide to setting up SQL Server in a Docker container for integration tests within GitHub Actions workflows.
A guide to using GitHub Actions to monitor API responses or web pages for changes and receive automated notifications via SMS or other channels.
A guide to automatically setting Helm Chart version and appVersion properties using GitHub Actions CI/CD pipelines, ensuring Semantic Versioning compliance.
A developer details their migration from Azure DevOps to GitHub Actions for CI/CD, including setup steps and configuration.
A guide on using GitHub Actions to automate Terraform workflows for deploying and managing infrastructure on Microsoft Azure.
A recipe of GitHub Actions CI workflows to automate documentation linting, dependency alerts, and PR management for open source maintainers.
A guide on deploying Bicep templates from a private registry using Azure DevOps or GitHub Actions, focusing on required permissions and pipeline setup.
A guide to replacing unreliable third-party coverage services like Codecov with a self-contained, GitHub Actions-based solution for Python projects.
A personal newsletter discussing a trail running injury, Terraform basics, and a podcast episode on cloud-native app evolution and open-source communities.
A curated list of DevOps resources, including exercises, the 2021 State of DevOps report insights, and a GitHub Actions debugging tip.
A curated list of DevOps resources focusing on GitHub Actions, including tutorials, deployment guides, and common limitations.
A tutorial on building and scheduling a Python web scraper to run automatically using GitHub Actions, including emailing results.