ci: deploy dev infra [infra]

This commit is contained in:
Stephan D
2026-03-17 00:21:44 +01:00
parent e4ae858f16
commit 85ae6254a0
2 changed files with 2 additions and 1 deletions

View File

@@ -43,6 +43,7 @@ ssh "${SSH_OPTS[@]}" "$REMOTE_TARGET" \
COMPOSE_PROJECT="$VAULT_COMPOSE_PROJECT" \
bash -s <<'EOSSH'
set -euo pipefail
trap 'status=$?; echo "[deploy-vault:remote] error at line $LINENO" >&2; docker logs --tail 50 dev-vault >&2 || true; exit "$status"' ERR
cd "${REMOTE_DIR}/compose"
set -a
. ../env/.env.runtime