You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Sometimes finding a working example for what is supposed to be a simple task is a challenge. Thisrepo contains a current (July 2020) example of how to configure theapp.yaml to deploy acreate-react-app default build to Google's App Engine standard.
Prerequisites
NodeJS
Google Cloud SDK (gcloud CLI)
Active Google Cloud Platform (GCP) project
Example
Usage
Download thesetup.sh,teardown.sh, andapp.yaml files to your computer
Wait several minutes and then view the app in your browser
App Engine Config
The tricky part is getting the app config working. There are some examples for App Engine (flex) and differing approaches for flex and standard, but this is a concise working example that will deploy the artifacts from the/build folder after runningnpm build.