Skip to content

Commit 4243d01

Browse files
dmitshurgopherbot
authored andcommitted
doc: delete commented out staging section
The staging section was commented out because that environment is not supported. It's still visible when viewing the .md file in its raw form and has proven to cause confusion. Since we can easily get it back from history if/when it becomes needed again, hide it better by deleting it. Change-Id: Ifb227d3238d88a9d1c6be58dd95e2b7829b85315 Reviewed-on: https://go-review.googlesource.com/c/build/+/463575 Reviewed-by: Dmitri Shuralyov <[email protected]> Auto-Submit: Dmitri Shuralyov <[email protected]> Reviewed-by: Matthew Dempsky <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Run-TryBot: Dmitri Shuralyov <[email protected]>
1 parent 7be615f commit 4243d01

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

doc/deployment.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -21,23 +21,6 @@ $ gcloud auth configure-docker
2121

2222
Install the App Engine Go SDK: [instructions](https://cloud.google.com/sdk/docs/quickstart-debian-ubuntu)
2323

24-
<!--
25-
### Staging
26-
27-
First, configure `gcloud`:
28-
29-
```sh
30-
$ gcloud config set project go-dashboard-dev
31-
$ gcloud container clusters get-credentials --zone=us-central1-f go
32-
```
33-
34-
Then to deploy, run:
35-
36-
```sh
37-
$ make deploy-staging
38-
```
39-
-->
40-
4124
### Prod
4225

4326
First, configure `gcloud`:

0 commit comments

Comments
 (0)