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:06:45 +01:00
parent 08f71ff583
commit 3f0275d006
4 changed files with 5 additions and 78 deletions

View File

@@ -31,18 +31,9 @@ steps:
- chmod 600 secrets/SSH_KEY
- ssh-keygen -y -f secrets/SSH_KEY >/dev/null
- name: lock-db
image: quay.io/skopeo/stable:latest
depends_on: [ secrets ]
environment:
REGISTRY_URL: registry.sendico.io
MONGO_VERSION: latest
commands:
- bash ci/prod/scripts/lock-db.sh
- name: deploy
image: alpine:latest
depends_on: [ lock-db ]
depends_on: [ secrets ]
commands:
- |
set -euo