ci: Decode base64-encoded deploy SSH key #4

Merged
drew merged 1 commits from shorten-share-url into master 2026-06-17 20:49:05 -04:00
Owner

Storing the raw PEM as a secret mangled it (CRLF/whitespace/newline),
causing ssh to fail with "error in libcrypto" at the copy step. Store the
key base64-encoded and decode it in the workflow so the PEM round-trips
intact.

Co-Authored-By: Claude Opus 4.8 noreply@anthropic.com

Storing the raw PEM as a secret mangled it (CRLF/whitespace/newline), causing ssh to fail with "error in libcrypto" at the copy step. Store the key base64-encoded and decode it in the workflow so the PEM round-trips intact. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
drew added 1 commit 2026-06-17 20:49:00 -04:00
ci: Decode base64-encoded deploy SSH key
All checks were successful
Deploy / deploy (push) Successful in 1m16s
efea999a2b
Storing the raw PEM as a secret mangled it (CRLF/whitespace/newline),
causing ssh to fail with "error in libcrypto" at the copy step. Store the
key base64-encoded and decode it in the workflow so the PEM round-trips
intact.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
drew merged commit efea999a2b into master 2026-06-17 20:49:05 -04:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: drew/fabula-ultima-html#4
No description provided.