Categorie: devops

  • How I used AI to build a Zero-Downtime Content Deployment Pipeline

    Deploying content updates to high-traffic WordPress sites has traditionally meant choosing between scheduled maintenance windows or accepting the risk of editing on the live-site — but modern CI/CD tooling changes that equation entirely. This talk walks through the architecture of a GitHub Actions and Bitbucket Pipelines workflow that orchestrates Zero Downtime Content deployment on Pantheon,…

  • Get creative with GitHub Actions

    If you are a solo developer on a project, Quality Assurance checks are the only thing that keeps you honest.And having QA checks set up is all nice and dandy, but if you don’t run them….In comes, GitHub Actions to automatically run all your QA checks and more…. More ? Yes, why limit yourself to…