Skip to content

Commit fda6bb5

Browse files
committed
chore(docs): s/ENVBUILDER_GIT_SSH_KEY_PATH/ENVBUILDER_GIT_SSH_PRIVATE_KEY_PATH/g (#308)
(cherry picked from commit 3f054f6)
1 parent 618ea11 commit fda6bb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ resource "docker_container" "dev" {
176176
If `ENVBUILDER_GIT_URL` does not start with `http://` or `https://`,
177177
envbuilder will assume SSH authentication. You have the following options:
178178

179-
1. Public/Private key authentication: set `ENVBUILDER_GIT_SSH_KEY_PATH` to the path of an
179+
1. Public/Private key authentication: set `ENVBUILDER_GIT_SSH_PRIVATE_KEY_PATH` to the path of an
180180
SSH private key mounted inside the container. Envbuilder will use this SSH
181181
key to authenticate. Example:
182182

@@ -185,7 +185,7 @@ envbuilder will assume SSH authentication. You have the following options:
185185
-v /tmp/envbuilder:/workspaces \
186186
-e [email protected]:path/to/private/repo.git \
187187
-e ENVBUILDER_INIT_SCRIPT=bash \
188-
-e ENVBUILDER_GIT_SSH_KEY_PATH=/.ssh/id_rsa \
188+
-e ENVBUILDER_GIT_SSH_PRIVATE_KEY_PATH=/.ssh/id_rsa \
189189
-v /home/user/id_rsa:/.ssh/id_rsa \
190190
ghcr.io/coder/envbuilder
191191
```

0 commit comments

Comments
 (0)