@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user