diff options
author | Dmitri Shuralyov <dmitshur@golang.org> | 2019-03-05 18:09:30 -0500 |
---|---|---|
committer | Dmitri Shuralyov <dmitshur@golang.org> | 2019-03-07 18:57:43 +0000 |
commit | 84d44bd73d1e20dd061849d296302a97052afdff (patch) | |
tree | a2dfdb286464b2b3d700c8a610041c6974451a7f /.gcloudignore | |
parent | 1d6875d7d19a4a23fec704623a87b523d1153a5f (diff) |
blog: deploy with App Engine Standard on Go 1.11
This change upgrades the deployment of blog to use the newer
Go 1.11 runtime. As part of that, the appengine build tag is
removed (it's no longer set by App Engine), and the GAE_ENV
environment variable is used to detect when blog is being run
in App Engine mode.
Set an environment variable in app.yaml to configure the
x/tools/godoc/golangorgenv package appropriately.
Modify the static file server to also serve /favicon.ico,
but keep static file handlers in app.yaml for improved latency
across global regions.
Updates golang/go#30486
Change-Id: I63ca78a075d94d43a40f0b963b5f6d0d8270c34e
Reviewed-on: https://go-review.googlesource.com/c/blog/+/165460
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Diffstat (limited to '.gcloudignore')
-rw-r--r-- | .gcloudignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gcloudignore b/.gcloudignore new file mode 100644 index 0000000..0030d4f --- /dev/null +++ b/.gcloudignore @@ -0,0 +1,2 @@ +.gcloudignore +.git |