snowflake/appengine/app.yaml
David Fifield c2a12c25d1 Update appengine for the Go 1.11 runtime.
https://cloud.google.com/appengine/docs/standard/go111/go-differences
This is untested, because I wasn't actually able to deploy without
enabling Cloud Build and setting up a billing account.
2020-02-24 00:15:54 -07:00

6 lines
69 B
YAML

runtime: go111
handlers:
- url: /.*
secure: always
script: auto