DEV Community

Discussion on: Deploy Gatsby sites to GitHub Pages

Collapse
 
attkinsonjakob profile image
Jakob Attkinson

If our gatsby project uses some private api-key / passwords, how would we deploy an app and secure these private keys? Using the .env file is not secure, since these stored on the client-server. Such a problem would require, I imagine, a server-side solution thus deploying might be a bit more complicated?