missing dep
Some checks failed
ci/woodpecker/push/db Pipeline failed

This commit is contained in:
Stephan D
2025-11-07 11:33:44 +01:00
parent ca76eb5bf9
commit d17996973e

View File

@@ -23,7 +23,7 @@ steps:
VAULT_SECRET_ID: { from_secret: VAULT_SECRET_ID } VAULT_SECRET_ID: { from_secret: VAULT_SECRET_ID }
commands: commands:
- set -euo pipefail - set -euo pipefail
- apk add --no-cache bash coreutils openssh-keygen curl sed - apk add --no-cache bash coreutils openssh-keygen curl sed python3
- mkdir -p secrets - mkdir -p secrets
# Retrieve SSH private key for deploy (existing helper) # Retrieve SSH private key for deploy (existing helper)
- ./ci/vlt kv_to_file kv ops/deploy/ssh_key private_b64 secrets/SSH_KEY.b64 600 - ./ci/vlt kv_to_file kv ops/deploy/ssh_key private_b64 secrets/SSH_KEY.b64 600