File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ resource "docker_container" "dev" {
176
176
If ` ENVBUILDER_GIT_URL ` does not start with ` http:// ` or ` https:// ` ,
177
177
envbuilder will assume SSH authentication. You have the following options:
178
178
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
180
180
SSH private key mounted inside the container. Envbuilder will use this SSH
181
181
key to authenticate. Example:
182
182
@@ -185,7 +185,7 @@ envbuilder will assume SSH authentication. You have the following options:
185
185
-v /tmp/envbuilder:/workspaces \
186
186
-e
[email protected] :path/to/private/repo.git \
187
187
-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 \
189
189
-v /home/user/id_rsa:/.ssh/id_rsa \
190
190
ghcr.io/coder/envbuilder
191
191
```
You can’t perform that action at this time.
0 commit comments