removed debug output

This commit is contained in:
Stephan D
2025-11-07 11:03:18 +01:00
parent b9d356669a
commit 385c98939a
2 changed files with 30 additions and 27 deletions

View File

@@ -32,20 +32,18 @@ steps:
image: alpine:latest
depends_on: [ secrets ]
commands:
- set -Eeuxo pipefail
- set -euo pipefail
- apk add --no-cache bash openssh-client rsync coreutils
- mkdir -p /root/.ssh
- install -m 600 secrets/SSH_KEY /root/.ssh/id_rsa
# страхуемся от CRLF в env-файле
- sed -i 's/\r$//' ./ci/prod/.env.runtime
# поднимаем переменные для скрипта
- set -a
- . ./ci/prod/.env.runtime
- . ./.env.version
- set +a
# просто запускаем внешний скрипт
- bash ci/prod/scripts/deploy-db.sh