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...

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

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...

i built env-audit because every project i've seen has a messy .env file so i made a tool that just...

We’ve all experienced it. You push a new feature to staging or production, the deployment finishes,...