diff --git a/.woodpecker.yml b/.woodpecker.yml index dab110c..5f56bc0 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -7,12 +7,6 @@ steps: set -eu mkdir -p ~/.ssh - # Inject known_hosts content directly - gcloud secrets versions access latest \ - --secret="STAGING_KNOWN_HOSTS" \ - --project="aptivaai-dev" > ~/.ssh/known_hosts - chmod 644 ~/.ssh/known_hosts - # Inject SSH key directly gcloud secrets versions access latest \ --secret="STAGING_KNOWN_HOSTS" \