This commit is contained in:
@@ -22,9 +22,6 @@ steps:
|
||||
commands:
|
||||
- apk add --no-cache curl bash coreutils sed python3 openssh-keygen
|
||||
- mkdir -p secrets
|
||||
# fetch registry creds
|
||||
- ./ci/vlt kv_to_file kv registry user secrets/REGISTRY_USER 600
|
||||
- ./ci/vlt kv_to_file kv registry password secrets/REGISTRY_PASS 600
|
||||
# fetch SSH private key for deploy (base64-encoded) and decode
|
||||
- ./ci/vlt kv_to_file kv ops/deploy/ssh_key private_b64 secrets/SSH_KEY.b64 600
|
||||
- base64 -d secrets/SSH_KEY.b64 > secrets/SSH_KEY
|
||||
|
||||
Reference in New Issue
Block a user