add forgejo-deploy SSH key for CI/CD pipeline deployment
This commit is contained in:
parent
14d02a0c57
commit
72e53ea17f
2 changed files with 5 additions and 1 deletions
|
|
@ -5,6 +5,9 @@
|
|||
extraGroups = [
|
||||
"wheel"
|
||||
];
|
||||
sshKeyFiles = [ ./pubkeys/X670E.pub ];
|
||||
sshKeyFiles = [
|
||||
./pubkeys/X670E.pub
|
||||
./pubkeys/forgejo-deploy.pub
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
1
users/steffen/pubkeys/forgejo-deploy.pub
Normal file
1
users/steffen/pubkeys/forgejo-deploy.pub
Normal file
|
|
@ -0,0 +1 @@
|
|||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFIPGMqOV+YrGle8X7/hctW4Sha/bzeTsTP9AcDN9bA2 forgejo-deploy
|
||||
Loading…
Add table
Add a link
Reference in a new issue