mirror of
https://gitee.com/jiulinxiri/rsync-deployments.git
synced 2025-09-10 01:55:18 +08:00
Update entrypoint.sh
This commit is contained in:
@@ -5,7 +5,7 @@ set -eu
|
||||
# Set deploy key
|
||||
SSH_PATH="$HOME/.ssh"
|
||||
mkdir "$SSH_PATH"
|
||||
echo "$DEPLOY_KEY" > "$SSH_PATH/deploy_key"
|
||||
echo "$INPUT_DEPLOY_KEY" > "$SSH_PATH/deploy_key"
|
||||
chmod 600 "$SSH_PATH/deploy_key"
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user