Compare commits

...

2 Commits

Author SHA1 Message Date
renovate-bot
3ad2ef2616 Add renovate.json
Some checks reported errors
continuous-integration/drone/push Build was killed
2021-12-15 17:27:39 +00:00
ce68c47d2e
🚑 Fix privatekey
Some checks reported errors
continuous-integration/drone/push Build was killed
continuous-integration/drone Build is passing
2021-12-15 18:27:19 +01:00
2 changed files with 7 additions and 1 deletions

View File

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

6
renovate.json Normal file
View File

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