mirror of
https://github.com/golang/go
synced 2024-11-19 03:44:40 -07:00
25693e10e1
This will allow us to serve blog.golang.org and talks.golang.org from the latest sources without re-deploying. Change-Id: I2399a8a7eb60a0c6648916052f5f129cb826d546 Reviewed-on: https://go-review.googlesource.com/14662 Reviewed-by: Andrew Gerrand <adg@golang.org>
16 lines
199 B
YAML
16 lines
199 B
YAML
module: tip
|
|
runtime: custom
|
|
api_version: go1
|
|
vm: true
|
|
|
|
automatic_scaling:
|
|
min_num_instances: 1
|
|
max_num_instances: 2
|
|
|
|
handlers:
|
|
- url: /.*
|
|
script: _go_app
|
|
|
|
env_variables:
|
|
TIP_BUILDER: 'godoc'
|