+
This commit is contained in:
committed by
GitHub
parent
7e44243fa5
commit
fb2ec2d7fd
7
src/entrypoint.sh
Normal file
7
src/entrypoint.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
eval $(ssh-agent -s)
|
||||
mkdir -p ~/.ssh/ && chmod 700 ~/.ssh
|
||||
echo "$SSH_PRIVATE_KEY" | ssh-add -
|
||||
|
||||
entrypoint
|
||||
Reference in New Issue
Block a user