commit | 7f1f0873d0d98ebfe9d708f451807e66462275d5 | [log] [tgz] |
---|---|---|
author | Andrew Bonventre <andybons@golang.org> | Wed Dec 27 12:16:07 2017 -0500 |
committer | Andrew Bonventre <andybons@golang.org> | Wed Dec 27 19:09:41 2017 +0000 |
tree | 5fdfb7bb99c0313c40fb0496ee6e530f42021d08 | |
parent | 3d026bc2faf88ab127db2056269a3ddd0374d679 [diff] |
playground: fix issues preventing successful deployment + Since the health endpoint triggers a compile to ensure that the service is healthy, increase the amount of time the health check is allowed to run. + Increase the number of minimum instances upon initial deploy. + ca-certificate must be present for the cloud datastore to work properly. Don’t remove them with the build dependencies. Change-Id: I0ee281ebec970bf850673794bd792feb95b6334f Reviewed-on: https://go-review.googlesource.com/85515 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This subrepository holds the source for the Go playground: https://play.golang.org/
To submit changes to this repository, see http://golang.org/doc/contribute.html.
# build the image docker build -t playground .
docker run --rm -d -p 8080:8080 playground # run go some code cat /path/to/code.go | go run client.go | curl --data @- localhost:8080/compile
gcloud --project=golang-org --account=person@example.com app deploy app.yaml
To submit changes to this repository, see http://golang.org/doc/contribute.html.