Environment variables look boring until they break a deployment.
I kept running into the same kind of problem while building TypeScript systems:
a variable exists locally
the CI pipeline does not have it
the deployment provider does not have it
A small TypeScript CLI for syncing .env variables into GitHub Actions secrets and GitLab CI/CD variables.
Environment variables look boring until they break a deployment.
I kept running into the same kind of problem while building TypeScript systems:
a variable exists locally
the CI pipeline does not have it
the deployment provider does not have it

I Built an npm CLI Tool That Checks If Your Project Is Deployment Ready Deployments often...

Environment variables look simple until one of them is missing, empty, malformed, or interpreted in a...

A small deployment failure pattern I keep seeing: A config file starts using a new environment...

The 11pm key rotation Two things have burned me more than once, and I suspect they've...

Configuring environment variables seems simple, but it frequently leads to two common issues in...

I spent 3 months building a tool that solves the most annoying part of working on a dev team. You...