diff options
| author | Franck Cuny <franck.cuny@gmail.com> | 2018-03-30 14:55:46 -0700 |
|---|---|---|
| committer | Franck Cuny <franck.cuny@gmail.com> | 2018-03-30 14:55:46 -0700 |
| commit | b568e349e73ffcba7bf702dc25ab34d461b79ed1 (patch) | |
| tree | d398b480a8b4faa8b6309cf422afbf62dd624221 /tools/govanity/app.yaml | |
| parent | Initial commit (diff) | |
| download | infra-b568e349e73ffcba7bf702dc25ab34d461b79ed1.tar.gz | |
Redirect go code to github.com
Diffstat (limited to 'tools/govanity/app.yaml')
| -rw-r--r-- | tools/govanity/app.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/govanity/app.yaml b/tools/govanity/app.yaml new file mode 100644 index 0000000..40f1c9f --- /dev/null +++ b/tools/govanity/app.yaml @@ -0,0 +1,6 @@ +runtime: go +api_version: go1 + +handlers: + - url: /.* + script: _go_app |
