835677a285
Formalize fast release as --mode fast so verified changes can skip canary promotion and full Gate reruns while keeping backups and health checks. Co-authored-by: Cursor <cursoragent@cursor.com>
7 lines
157 B
Bash
Executable File
7 lines
157 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
|
|
ROOT="$(cd "$(dirname "$0")/.." && pwd)"
|
|
|
|
exec bash "${ROOT}/scripts/release-portal-runtime-prod.sh" --mode fast "$@"
|