chore(release): rename pre-release branch to pre
Docker Image / Build and Push Docker Image (push) Successful in 2m2s

This commit is contained in:
Codex
2026-07-22 10:56:59 +08:00
parent 291f268cce
commit adfb230908
9 changed files with 39 additions and 39 deletions
+2 -2
View File
@@ -72,12 +72,12 @@ copy_env_by_branch() {
START_PORT=9185
echo "=== env: copied .env.production (main → prod) ===" >> "$LOG_FILE"
;;
test)
pre)
cp -f env-example/.env.local.example .env.local
ENV_FILE=".env.local"
DEPLOY_ENV="test"
START_PORT=9135
echo "=== env: copied .env.local (test → test) ===" >> "$LOG_FILE"
echo "=== env: copied .env.local (pre branch → test runtime) ===" >> "$LOG_FILE"
;;
dev)
cp -f env-example/.env.development.example .env.local