Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vercel Add-on unexpectedly merges outdated values back to vault #349

Open
taylorkangbeck opened this issue Jul 11, 2024 · 0 comments
Open

Comments

@taylorkangbeck
Copy link

I was trying to deploy my updated .env.staging to Vercel via the add-on, with some new values and some updated values. npx dotenv-vault@latest push staging updated my variables, which was reflected in the web console. I then manually triggered the Vercal add-on (automated add-on triggering has not been reliable).

Expected behavior: Vercel environment variables mirror the values in the latest vault I pushed, and any variables I deleted in my vault are removed from Vercel.

Actual behavior: Existing variables in Vercel are unchanged, new variables are added. My vault is changed to include the older values, replacing the values I had updated and adding back the ones I had removed.

If this is intended behavior, it's not what I expected and is pretty confusing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant