We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4de44f commit 9d6cc9eCopy full SHA for 9d6cc9e
docs/quickstarts/03-quickstart-cloudrun.md
@@ -58,10 +58,10 @@ your function in a single step.
58
59
```shell
60
gcloud beta run deploy NAME \
61
- --source=PATH` \ # can use $PWD or . for current dir
+ --source=PATH \ # can use $PWD or . for current dir
62
--project=PROJECT \ # the Google Cloud project ID
63
--region=REGION \ # ex: us-central1
64
- --platform managed \ # for Cloud Run
+ --platform=managed \ # for Cloud Run
65
--allow-unauthenticated # for public access
66
```
67
0 commit comments