Files
awoooi/ops/nginx/deploy-ollama-proxy-110.sh
ogt 541a32a9cb
Some checks failed
CD Pipeline / workflow-shape (push) Successful in 0s
CD Pipeline / cancel-stale-cd (push) Has been skipped
CD Pipeline / tests (push) Successful in 2m38s
CD Pipeline / build-and-deploy (push) Failing after 24m19s
CD Pipeline / post-deploy-checks (push) Has been skipped
feat(sre): enforce typed controlled automation
2026-07-16 17:32:01 +08:00

11 lines
355 B
Bash

#!/usr/bin/env bash
# superseded_by=global_product_governance_v2
# owner=AssetIdentity; expiry=2026-07-16
# replacement=direct GCP-A/GCP-B/host111 provider identities
# verifier=apps/api/tests/test_ollama_prod_manifest_order.py
set -euo pipefail
printf '%s\n' \
'BLOCKED: host110 Ollama transport is retired; this script cannot deploy it.' >&2
exit 78