fixed vault paths
Some checks failed
ci/woodpecker/push/db Pipeline failed

This commit is contained in:
Stephan D
2025-11-07 01:28:21 +01:00
parent 29577230d2
commit dbc77a7156

View File

@@ -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