Initial dev deployment [infra]

This commit is contained in:
Stephan D
2026-03-16 13:18:22 +01:00
parent 260e514957
commit 311d080aa5
91 changed files with 432 additions and 523 deletions

View File

@@ -46,9 +46,11 @@ steps:
- apk add --no-cache bash openssh-client rsync coreutils
- mkdir -p /root/.ssh
- install -m 600 secrets/SSH_KEY /root/.ssh/id_rsa
- sed -i 's/\r$//' ./ci/prod/.env.runtime
- . ./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
- . ./ci/prod/.env.runtime
- . "${RUNTIME_ENV_FILE}"
- . ./.env.version
- set +a
- bash ci/prod/scripts/bootstrap/network.sh