add forgejo-deploy SSH key for CI/CD pipeline deployment
Some checks failed
Deploy / flake-check (push) Successful in 32s
Deploy / deploy-cryodev-main (push) Failing after 2s
Deploy / build-pi-images (cryodev-pi) (push) Failing after 1m18s
Deploy / create-release (push) Has been skipped

This commit is contained in:
steffen 2026-03-14 14:05:30 +01:00
parent 14d02a0c57
commit 72e53ea17f
2 changed files with 5 additions and 1 deletions

View file

@ -5,6 +5,9 @@
extraGroups = [ extraGroups = [
"wheel" "wheel"
]; ];
sshKeyFiles = [ ./pubkeys/X670E.pub ]; sshKeyFiles = [
./pubkeys/X670E.pub
./pubkeys/forgejo-deploy.pub
];
}; };
} }

View file

@ -0,0 +1 @@
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFIPGMqOV+YrGle8X7/hctW4Sha/bzeTsTP9AcDN9bA2 forgejo-deploy