mirror of
https://github.com/golang/go
synced 2024-11-19 00:54:42 -07:00
a705311956
Moving misc/dashboard to its new home. It will be deleted (except for misc/dashboard/codereview) from its current home if this is approved. R=golang-dev, bradfitz, cmang, adg CC=golang-dev https://golang.org/cl/12180043
21 lines
418 B
YAML
21 lines
418 B
YAML
# Update with
|
|
# google_appengine/appcfg.py [-V test-build] update .
|
|
#
|
|
# Using -V test-build will run as test-build.golang.org.
|
|
|
|
application: golang-org
|
|
version: build
|
|
runtime: go
|
|
api_version: go1
|
|
|
|
handlers:
|
|
- url: /static
|
|
static_dir: static
|
|
- url: /log/.+
|
|
script: _go_app
|
|
- url: /(|commit|packages|result|tag|todo)
|
|
script: _go_app
|
|
- url: /(init|buildtest|key|_ah/queue/go/delay)
|
|
script: _go_app
|
|
login: admin
|