DEV Community

Discussion on: Deploy your MERN Stack Application to Google App Engine

Collapse
 
chug2k profile image
Charles Lee

Just a small note for others who follow: the env_vars.yaml should have the env_variables key at the top:

env_variables:
  YOUR_ENV_VAR: value
Enter fullscreen mode Exit fullscreen mode

it was hard to see because env_vars.yaml is obviously not included in the final git repo :).