diff --git a/.drone.yml b/.drone.yml index 2cd345f..592ab8f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -137,6 +137,7 @@ steps: - git add flake.lock - git commit -m "Updated flake lock" - git config --global --add url."git@github.com:".insteadOf "https://github.com/" + - git config core.sshCommand 'ssh -i /home/droneserver/.ssh/id_rsa' - git push --force --set-upstream origin flake-update trigger: