Create folder and shuffle order
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luke Murphy 2020-09-23 09:24:15 +02:00
parent 7d18025ae5
commit 13b37ce16d
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 3 additions and 1 deletions

View File

@ -2,8 +2,10 @@
load_deploy_key() {
eval `ssh-agent`
mkdir -p "$HOME/.ssh/"
ssh-keyscan "$PLUGIN_HOST" > "$HOME/.ssh/known_hosts"
eval `ssh-agent`
echo "$PLUGIN_DEPLOY_KEY" | ssh-add -
}