fix ssh key parsing 3

This commit is contained in:
root
2026-06-04 00:51:25 -04:00
parent 52c1ecffe2
commit 03f6c26940
2 changed files with 11 additions and 4 deletions
+1
View File
@@ -212,6 +212,7 @@ SSH_PRIVATE_KEY=<deployment-private-key>
- GitLab `File` variable containing the private key
- Standard multiline key pasted directly into the variable value
- Single-line key with literal `\n` newline escapes
- Base64-encoded private key stored as a single line
If your key is passphrase-protected, generate a dedicated deploy key without a passphrase for CI instead of reusing an interactive workstation key.