fix(gitea-ssh-accelerators): ESO mounts the key as private_key, not id_ed25519 — matches gitea-ssh/v1 and the acct secret's data keys

This commit is contained in:
Paul O'Reilly
2026-07-07 11:17:52 +12:00
parent 10df741c4a
commit ae4c8c29f8

View File

@@ -8,7 +8,7 @@
# path anyway.) # path anyway.)
set -euo pipefail set -euo pipefail
SSH_KEY_SRC="/run/agent/secrets/gitea-ssh-accelerators/id_ed25519" SSH_KEY_SRC="/run/agent/secrets/gitea-ssh-accelerators/private_key"
SSH_KEY_DST="/home/agent/.ssh/gitea-oreillyit-nz-accelerators" SSH_KEY_DST="/home/agent/.ssh/gitea-oreillyit-nz-accelerators"
if [ ! -r "$SSH_KEY_SRC" ]; then if [ ! -r "$SSH_KEY_SRC" ]; then