Fixing wrong user for drone

This commit is contained in:
Julien Malka 2021-12-28 17:05:08 +01:00
parent f4d869ae91
commit 1718eb1a62

View file

@ -136,8 +136,8 @@ steps:
- git checkout -b flake-update - git checkout -b flake-update
- git add flake.lock - git add flake.lock
- git commit -m "Updated flake lock" - git commit -m "Updated flake lock"
- git config --global --add url."git@github.com:".insteadOf "https://github.com/" - git config --add url."git@github.com:".insteadOf "https://github.com/"
- git config core.sshCommand 'ssh -i /home/droneserver/.ssh/id_rsa' - git config core.sshCommand 'ssh -i /home/drone/.ssh/id_rsa'
- git push --force --set-upstream origin flake-update - git push --force --set-upstream origin flake-update
trigger: trigger: