处理页面

This commit is contained in:
Xin Wang 2025-07-04 17:56:57 +08:00
parent ef7ba4aff4
commit cb541057f9

View File

@ -1,13 +1,13 @@
#!/bin/bash
BRANCH_NAME="pre"
# 修改项目名称
PROJECT_NAME="video-flow-pre-frontend"
PROJECT_NAME="video-flow-$BRANCH_NAME-frontend"
# 设置日志文件路径
LOGFILE="build_and_copy.log"
BRANCH_NAME="pre"
# 记录开始时间
echo "Build process started at $(date)" | tee $LOGFILE