ensure folder target folder exists
Some checks failed
ci/woodpecker/push/db Pipeline failed

This commit is contained in:
Stephan D
2025-11-07 01:44:39 +01:00
parent 8cea7f005b
commit 035f6f74bc

View File

@@ -48,5 +48,6 @@ steps:
. ./ci/prod/.env.runtime
. ./.env.version
set +a
mkdir -p /root/.ssh
install -m 600 secrets/SSH_KEY /root/.ssh/id_rsa
ssh -o StrictHostKeyChecking=no "${SSH_USER}@${SSH_HOST}" 'bash -s' < ci/prod/scripts/deploy-db.sh