fixed db lock
All checks were successful
ci/woodpecker/push/db Pipeline was successful

This commit is contained in:
Stephan D
2025-11-07 03:16:20 +01:00
parent 2cb14a57c4
commit 9f5c1147dc
2 changed files with 0 additions and 9 deletions

View File

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