fixed ssh_key access path
Some checks failed
ci/woodpecker/push/db Pipeline failed

This commit is contained in:
Stephan D
2025-11-07 01:19:55 +01:00
parent 34b3b089fc
commit ed219040a9

View File

@@ -27,7 +27,7 @@ steps:
- ./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