blob: b9e5b4f31fe7b6f98aea4bc3f3c790c029b9d888 [file] [log] [blame]
# This app is deployed via Cloud Build as directed by cloudbuild.yaml.
# Do not deploy directly.
runtime: go115
service: go-dev
main: ./go.dev/cmd/frontend
handlers:
- url: /.*
secure: always
script: auto