#CI-CD
6 posts tagged with this topic. ← All tags
-
Blue-green deployments: zero-downtime releases.
How blue-green deployments eliminate downtime during releases, how to implement them, and what to watch out for.
-
ESLint + Prettier in CI: enforcing style without arguments.
How to configure ESLint and Prettier to work together, and how to run them in CI so style violations block merges.
-
GitHub Actions secrets: env variables that don't end up in your logs.
How GitHub Actions secrets work, how to use them safely in workflows, and common patterns for managing sensitive configuration in CI.
-
Automated Vercel deploys: preview environments without any manual step.
How Vercel's Git integration creates preview deployments automatically, and how to configure and control them.
-
Running tests in CI: the job that catches what code review misses.
Why automated tests in CI catch bugs that code review doesn't, and how to structure a test job that provides real signal.
-
GitHub Actions: the workflow file that runs your tests on every push.
How to write a GitHub Actions workflow that runs your test suite on every push and pull request.