sam: Use correct key for machine-config

This commit is contained in:
Chandler Swift 2025-07-11 14:30:49 -05:00
parent c0795d3c25
commit 30264133f8
No known key found for this signature in database
GPG key ID: B123483B24A4D579

View file

@ -159,6 +159,10 @@
condition = "gitdir:/home/chandler/work/github-vue/";
contents.core.sshCommand = "ssh -i ~/.ssh/github-vue";
}
{
condition = "gitdir:/home/chandler/projects/machine-config";
contents.core.sshCommand = "ssh -i ~/.ssh/machine-config-deploy-key";
}
];
hooks = {
pre-commit = ../git-pre-commit-hook;