Compare commits

...

2 Commits

Author SHA1 Message Date
renovate-bot
30c9ace78c Add renovate.json
Some checks reported errors
continuous-integration/drone/push Build was killed
2021-12-15 17:39:56 +00:00
f45c03d56e
🚑 Change ssh key name
Some checks reported errors
continuous-integration/drone/push Build was killed
continuous-integration/drone Build is passing
2021-12-15 18:39:38 +01:00
2 changed files with 8 additions and 2 deletions

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

6
renovate.json Normal file
View File

@ -0,0 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
]
}