From 72903b6eb1a41d70d77da59a70bf2b92b4a2d36a Mon Sep 17 00:00:00 2001 From: Dmitri Shuralyov Date: Tue, 1 Oct 2019 20:50:06 -0400 Subject: blog: add analytics HTML and deploy instructions When deployed with App Engine on blog.golang.org, insert analytics HTML at the beginning of . Add deploy instructions to the README. Also update to the App Engine Go 1.12 runtime. Change-Id: Icf0919fd22d80cb8cb765845acd1d72f85f11fa1 Reviewed-on: https://go-review.googlesource.com/c/blog/+/198337 Run-TryBot: Dmitri Shuralyov TryBot-Result: Gobot Gobot Reviewed-by: Brad Fitzpatrick --- app.yaml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'app.yaml') diff --git a/app.yaml b/app.yaml index 1f250f6..9e17b15 100644 --- a/app.yaml +++ b/app.yaml @@ -1,8 +1,17 @@ service: blog -runtime: go111 +runtime: go112 env_variables: GOLANGORG_CHECK_COUNTRY: true + BLOG_ANALYTICS: | + + default_expiration: "7d" -- cgit v1.2.3