sam: Use vue key for vue git repos

This commit is contained in:
Chandler Swift 2025-07-10 14:32:17 -05:00
parent 31f95124c9
commit c6b1107a78
No known key found for this signature in database
GPG key ID: B123483B24A4D579

View file

@ -117,6 +117,10 @@
condition = "gitdir:/home/chandler/projects/"; condition = "gitdir:/home/chandler/projects/";
contents.user.email = "chandler+pearson@chandlerswift.com"; contents.user.email = "chandler+pearson@chandlerswift.com";
} }
{
condition = "gitdir:/home/chandler/work/github-vue/";
contents.core.sshCommand = "ssh -i ~/.ssh/github-vue";
}
]; ];
hooks = { hooks = {
pre-commit = ../git-pre-commit-hook; pre-commit = ../git-pre-commit-hook;