github.com/m-lab/locate@v0.17.6/cloudbuild/README.md (about)

     1  # Why?
     2  
     3  App Engine deployments for "custom" flex configs _require_ that only one file
     4  of type Dockerfile and cloudbuild.yaml be present in the top level directory.
     5  
     6  As well, `gcloud app deploy app.yaml` uses the directory with the app.yaml
     7  file as the "source" directory, which requires that it be at the top level
     8  directory, along with the Dockerfile.