This commit is contained in:
Rustem Khusnutdinov
2024-11-28 18:51:16 +03:00
committed by GitHub
parent 7e44243fa5
commit fb2ec2d7fd
3 changed files with 14 additions and 0 deletions

7
src/entrypoint.sh Normal file
View File

@@ -0,0 +1,7 @@
#!/bin/sh
eval $(ssh-agent -s)
mkdir -p ~/.ssh/ && chmod 700 ~/.ssh
echo "$SSH_PRIVATE_KEY" | ssh-add -
entrypoint