12 lines
135 B
YAML
12 lines
135 B
YAML
|
runtime: go
|
||
|
api_version: go1
|
||
|
vm: true
|
||
|
|
||
|
manual_scaling:
|
||
|
instances: 1
|
||
|
|
||
|
handlers:
|
||
|
# Serve only the web root.
|
||
|
- url: /
|
||
|
script: _go_app
|