IaC & Deploy
Pulumi, Ansible, SAM, Vercel, Netlify - deploy errors.
Fix infrastructure and deployment errors in CI: Pulumi, Ansible, AWS SAM/CLI, gcloud, Vercel, Netlify, and Cloudflare.
IaC tools
Pulumi, Ansible.
"Permission denied (publickey)"Fix Ansible "Permission denied (publickey)" in CI - the SSH key is missing from the agent, the wrong
"UNREACHABLE!"Fix Ansible "UNREACHABLE! => Failed to connect to the host via ssh" in CI - DNS, timeout, or host-key
"OutOfSync" not convergingFix an Argo CD Application that stays "OutOfSync" and never converges in CI - a self-sync loop, an ignored
"cannot resolve package dependencies"Fix Crossplane "cannot resolve package dependencies" in CI - a Configuration or Provider depends on a package
"failed to load checkpoint"Fix Pulumi "error: failed to load checkpoint" in CI - the stack’s state snapshot in the backend is
Deploy platforms
Vercel, Netlify, Cloudflare.
"AADSTS700016"Fix Azure "AADSTS700016: Application with identifier ... was not found in the directory" in CI - the service
"No such module" (Miniflare)Fix Cloudflare Workers Miniflare/Vitest pool "Error: No such module" at runtime in CI - the worker bundle
Render deploy failedFix Render deploy failures in CI - a failed build command, a start command that crashes the health check, or
wrong Root DirectoryFix Vercel monorepo deploys that build the wrong package in CI - a Root Directory pointing at the repo root
Explore other topics
GitHub ActionsWorkflow, runner, and YAML errors - diagnosed and fixed.
Node.js & npmnpm, yarn, and pnpm failures in CI - solved.
DockerBuild, run, compose, and registry errors - explained.
Pythonpip, poetry, venv, and pytest failures - fixed.
Java & JVMMaven, Gradle, and JVM failures in CI - resolved.
GoGo build, module, and test failures - diagnosed.