sam: Use correct key for machine-config
This commit is contained in:
parent
c0795d3c25
commit
30264133f8
1 changed files with 4 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue