Files
travel-planner/scripts/teamcity/smoke.sh
2026-08-17 13:53:24 +02:00

8 lines
278 B
Bash
Executable File

#!/usr/bin/env bash
set -euo pipefail
: "${APP_BASE_URL:?APP_BASE_URL is required}"
curl --fail --silent --show-error "${APP_BASE_URL}/health/live"
curl --fail --silent --show-error "${APP_BASE_URL}/health/ready"
curl --fail --silent --show-error "${APP_BASE_URL}/" >/dev/null