Skip to content

Commit cd15626

Browse files
committed
fix env vars markdown
1 parent b221724 commit cd15626

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

layouts/shortcodes/gcr-configure-env-vars.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ For more environment variables and their function, see [Environment Variables](#
88
The following command deploys the service and allows any external connection to reach it. In this example, your service listening is set to port 8080. Ensure that this port number matches the exposed port inside of your Dockerfile.
99

1010
```shell
11-
gcloud run deploy <APP_NAME>
12-
--image=gcr.io/<YOUR_PROJECT>/<APP_NAME> \
11+
gcloud run deploy &lt;APP_NAME&gt;
12+
--image=gcr.io/&lt;YOUR_PROJECT&gt;/&lt;APP_NAME&gt; \
1313
--port=8080 \
1414
--update-env-vars=DD_API_KEY=$DD_API_KEY \
1515
--update-env-vars=DD_SITE=$DD_SITE \

0 commit comments

Comments
 (0)