🚑 Change ssh key name
Some checks reported errors
continuous-integration/drone/push Build was killed
continuous-integration/drone Build is passing

This commit is contained in:
SebClem 2021-12-15 18:39:38 +01:00
parent ce68c47d2e
commit f45c03d56e
No known key found for this signature in database
GPG Key ID: 3D8E353F900B1305

View File

@ -19,8 +19,8 @@ if [[ -z "$PLUGIN_PRIVATE_KEY" ]]; then
else
run_command "mkdir /root/.ssh"
echo "$PLUGIN_PRIVATE_KEY" > /root/.ssh/id_ed
run_command chmod 400 /root/.ssh/id_ed
echo "$PLUGIN_PRIVATE_KEY" > /root/.ssh/id_ed25519
run_command chmod 400 /root/.ssh/id_ed25519
fi
if [[ -n "$PLUGIN_VAULT_TOKEN" ]]; then