REVERT ME debugging private key (!!) output
continuous-integration/drone/push Build is passing Details

This commit is contained in:
3wc 2020-09-25 14:33:22 +02:00
parent fac9f837d1
commit 16f1e2daa5
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,8 @@ load_deploy_key() {
mkdir -p "$HOME/.ssh/"
ssh-keyscan -p "$PLUGIN_PORT" "$PLUGIN_HOST" > "$HOME/.ssh/known_hosts"
echo "key: $PLUGIN_DEPLOY_KEY"
# shellcheck disable=SC2046,SC2006
eval `ssh-agent`
echo "$PLUGIN_DEPLOY_KEY" | ssh-add -