I currently have my app up and running, the app.yaml
and dispatch.yaml
are in the root of the application and I deploy through Google Cloud CLI. >
You can use a configuration file or datastore settings to keep track of this environment information. At minute 26 in this talk I give some examples of how to customize your environment without needing different app.yaml
files.
gcloud app deploy also accepts a list of yaml files on the command line, with the default being app.yaml
.