Revert "feat: pass private key as env variable SSH_KEY"
This reverts commit 73f25ab8d24962dab50447ac0a50bb6849becac7.
This commit is contained in:
parent
b88313f598
commit
3a4773ebce
@ -125,7 +125,6 @@ start_container_if_needed() {
|
|||||||
--user "$DEV_USER" \
|
--user "$DEV_USER" \
|
||||||
--hostname "$WORKSPACE" \
|
--hostname "$WORKSPACE" \
|
||||||
--label auto-cleanup=true \
|
--label auto-cleanup=true \
|
||||||
-e SSH_KEY="$(cat $HOME/secrets/$WORKSPACE/id_ed25519)" \
|
|
||||||
-v "/mnt/private/workspaces-data/public/$WORKSPACE:/app/public" \
|
-v "/mnt/private/workspaces-data/public/$WORKSPACE:/app/public" \
|
||||||
-v "/mnt/private/workspaces-data/private/$WORKSPACE:/app/private" \
|
-v "/mnt/private/workspaces-data/private/$WORKSPACE:/app/private" \
|
||||||
-v "$HOME/secrets/$WORKSPACE/gitconfig:/home/$DEV_USER/.gitconfig:ro,Z" \
|
-v "$HOME/secrets/$WORKSPACE/gitconfig:/home/$DEV_USER/.gitconfig:ro,Z" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user