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:
parent
f8b4990dd6
commit
839281022a
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue