From e688ef0c6310eee8b45dfd3011928fc28aa3fd02 Mon Sep 17 00:00:00 2001 From: Josh Date: Thu, 31 Jul 2025 13:56:22 +0000 Subject: [PATCH] pipeline build v2 - b64 known hosts --- .woodpecker.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 7cbe4ab..dab110c 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -15,8 +15,9 @@ steps: # Inject SSH key directly gcloud secrets versions access latest \ - --secret="STAGING_SSH_KEY" \ - --project="aptivaai-dev" > ~/.ssh/id_ed25519 + --secret="STAGING_KNOWN_HOSTS" \ + --project="aptivaai-dev" | base64 -d > ~/.ssh/known_hosts + chmod 600 ~/.ssh/id_ed25519 # Sanity check: perform handshake