Re: [google-appengine] ENV variables from app.yaml not available during npm postinstall

2018-05-07 Thread 'Steren Giannini' via Google App Engine
Hi, The install and postinstall steps do not happen in the same environment as the serving environment, they are done in Google Container Builder. Once the app is built, it is moved to the serving environment. I would need to double check, but I do not think env variables defined in app.yaml are i

[google-appengine] ENV variables from app.yaml not available during npm postinstall

2018-05-06 Thread Adnan Ibrišimbegović
Using App Engine Flexible, nodeJS v8+. I have a npm postinstall script that requires some env variables from app.yaml, but these vars are seemingly not available at the time "postinstall" script is running. Can anyone point me to a documentation that explains what happens during deploy to App E