Files
dukang/deploy/deploy-staging.sh
T
2026-08-04 21:38:49 +08:00

6 lines
213 B
Bash
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
#!/usr/bin/env bash
# 发测试环境:分支默认 dev → /opt/dukang-staging81908194
set -euo pipefail
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
exec bash "$SCRIPT_DIR/deploy.sh" --env staging "$@"