diff options
Diffstat (limited to 'app.yaml')
-rw-r--r-- | app.yaml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/app.yaml b/app.yaml new file mode 100644 index 0000000..2d2d7e5 --- /dev/null +++ b/app.yaml @@ -0,0 +1,15 @@ +application: golang-org +version: blog-test +runtime: go +api_version: go1 + +handlers: +- url: /favicon.ico + static_files: static/favicon.ico + upload: static/favicon.ico +- url: /static + static_dir: static +- url: /.* + script: _go_app + +nobuild_files: ^(?!(cmd/blog|code.google.com)/) |