This commit is contained in:
@@ -23,10 +23,10 @@ steps:
|
||||
- apk add --no-cache curl bash coreutils sed
|
||||
- mkdir -p secrets
|
||||
# fetch registry creds
|
||||
- ./ci/vlt kv_to_file kv sendico/registry user secrets/REGISTRY_USER 600
|
||||
- ./ci/vlt kv_to_file kv sendico/registry password secrets/REGISTRY_PASS 600
|
||||
- ./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
|
||||
- ./ci/vlt kv_to_file kv sendico/ops/deploy/ssh_key private secrets/SSH_KEY 600
|
||||
- ./ci/vlt kv_to_file kv ops/deploy/ssh_key private secrets/SSH_KEY 600
|
||||
|
||||
- name: lock-db
|
||||
image: quay.io/skopeo/stable:latest
|
||||
|
||||
Reference in New Issue
Block a user