git: specify the ssh key for push to work

Signed-off-by: cy <cy@cy7.sh>
This commit is contained in:
cy 2025-01-26 16:55:42 -05:00
parent 84c2b18dfa
commit f8b4990dd6

View file

@ -156,5 +156,6 @@
}; };
gpg.format = "ssh"; gpg.format = "ssh";
global.gpgsign = true; global.gpgsign = true;
core.sshCommand = "ssh -i ~/.ssh/id.key";
}; };
} }