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

ENV vars set via dotenv don't get picked up #402

Open
norahine opened this issue Jan 6, 2023 · 0 comments
Open

ENV vars set via dotenv don't get picked up #402

norahine opened this issue Jan 6, 2023 · 0 comments

Comments

@norahine
Copy link

norahine commented Jan 6, 2023

Hello,

I'm trying to set the credentials using dotenv (in .env.development and .end.production files).

However, the deployment script ("deploy": "npm run -n \"-r dotenv/config\" && npm run build && gatsby-plugin-s3 deploy") is not picking them up (I confirmed this by passing them explicitly to npm run deploy).

At the top of gastby-config.js I have:

require("dotenv").config({
  path: `.env.${process.env.NODE_ENV}`,
}),

Did I miss anything? Thanks!

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