From dd70cbb76d5fc7aae645719efd957e00d02eb308 Mon Sep 17 00:00:00 2001 From: Julien Malka Date: Tue, 28 Dec 2021 17:05:08 +0100 Subject: [PATCH] Fixing wrong user for drone --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 09b3b50..1381e3c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -136,8 +136,8 @@ steps: - git checkout -b flake-update - 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 config --add url."git@github.com:".insteadOf "https://github.com/" + - git config core.sshCommand 'ssh -i /home/drone/.ssh/id_rsa' - git push --force --set-upstream origin flake-update trigger: