1
0
mirror of https://github.com/golang/go synced 2024-11-18 11:14:39 -07:00

cmd/tipgodoc: fix deployment instructions

Change-Id: Iaa8e1e61f5c6966a66fc613173853846408584b5
Reviewed-on: https://go-review.googlesource.com/14636
Reviewed-by: Chris Broadfoot <cbro@google.com>
Reviewed-by: Andrew Gerrand <adg@golang.org>
This commit is contained in:
Andrew Gerrand 2015-09-17 09:56:21 +10:00
parent c262de870b
commit 374b14e99b
2 changed files with 2 additions and 3 deletions

View File

@ -1,3 +1,3 @@
To deploy as an App Engine Manged VM, use gcloud:
$ gcloud --project golang-org preview app deploy .
$ gcloud --project golang-org preview app deploy --set-default app.yaml

View File

@ -1,5 +1,4 @@
application: golang-org
version: tip
module: tip
runtime: custom
api_version: go1
vm: true