DEV Community

Discussion on: Google Cloud App Engine Environment Variables

 
mungell profile image
Shmavon Gazanchyan

It is generally a good idea to build artifact once and then move it across environments (e.g. Docker image).
However, it is not always possible to do so, e.g. if you use Create React App Environment Variables to point to correct API endpoint etc.
In the case of this article, we are also limited to what App Engine Standard Environment provides us with.