mirror of
https://gitee.com/jiulinxiri/ssh-scp-deploy.git
synced 2025-09-11 02:32:31 +08:00
Changed from /bin/bash to /bin/sh which is busybox for alpine
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
echo "🔑 Adding ssh key..." &&
|
||||
eval $(ssh-agent -s) &&
|
||||
ssh-add <(echo "${INPUT_KEY}") &&
|
||||
|
Reference in New Issue
Block a user