fixed db / nats deployment

This commit is contained in:
Stephan D
2026-03-16 17:01:45 +01:00
parent 41782ac064
commit 772877ac80
4 changed files with 514 additions and 12 deletions

View File

@@ -42,11 +42,6 @@ steps:
- mkdir -p /root/.ssh
- install -m 600 secrets/SSH_KEY /root/.ssh/id_rsa
- . ./ci/scripts/common/runtime_env.sh
- export RUNTIME_ENV_FILE="$(resolve_runtime_env_file "$(resolve_runtime_env_name)")"
- sed -i 's/\r$//' "${RUNTIME_ENV_FILE}"
- set -a
- . "${RUNTIME_ENV_FILE}"
- . ./.env.version
- set +a
- load_runtime_env_bundle "$(resolve_runtime_env_name)"
- bash ci/prod/scripts/bootstrap/network.sh
- bash ci/prod/scripts/deploy/db.sh