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:
parent
c262de870b
commit
374b14e99b
|
@ -1,3 +1,3 @@
|
||||||
To deploy as an App Engine Manged VM, use gcloud:
|
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
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
application: golang-org
|
module: tip
|
||||||
version: tip
|
|
||||||
runtime: custom
|
runtime: custom
|
||||||
api_version: go1
|
api_version: go1
|
||||||
vm: true
|
vm: true
|
||||||
|
|
Loading…
Reference in New Issue