Running SQL Server in a container on Github Actions
Guide to setting up SQL Server in a Docker container for integration tests within GitHub Actions workflows.
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.
A guide to creating a single, dynamic GitHub Actions workflow for CI/CD that handles both pull requests and main branch merges, reducing duplication.
Explores useful GitHub Actions features like manual triggers and sparse matrices for CI/CD workflows, based on migrating from Travis CI.
A developer shares their automated workflow using GitHub Actions to create and manage preview deployments for website changes via pull requests.
A guide to implementing a custom solution for re-running only failed jobs in GitHub Actions workflows to save CI time.
A guide to using GitHub Actions to automatically sync your Goodreads reading list to your GitHub profile README.
Guide to setting up GitHub Actions for Dart projects, including static analysis, formatting, and testing automation.
A guide to automating Python package releases using GitHub Actions, including PyPI authentication and workflow creation.
A guide to debugging GitHub Actions secrets by revealing them in logs using a sed command, with a security warning.