git: specify the ssh key for push to work

make signing actually work

Signed-off-by: cy <cy@cy7.sh>
This commit is contained in:
cy 2025-01-26 17:01:21 -05:00
parent f8b4990dd6
commit 839281022a
Signed by: cy
SSH key fingerprint: SHA256:o/geVWV4om1QhUSkKvDQeW/eAihwnjyXkqMwrVdbuts

View file

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