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 80da2cfc70
Signed by: cy
SSH key fingerprint: SHA256:o/geVWV4om1QhUSkKvDQeW/eAihwnjyXkqMwrVdbuts

View file

@ -155,6 +155,7 @@
signingKey = "~/.ssh/id.key";
};
gpg.format = "ssh";
global.gpgsign = true;
commit.gpgsign = true;
core.sshCommand = "ssh -i ~/.ssh/id.key";
};
}