You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

9 lines
211 B

@REM 自动
@REM 服务器跑的是zyh分支
git switch zyh
git pull origin zyj --rebase
call npm run build:prod
cd .\docker\
docker build -t zyh8419792/yudao-ui-admin .
docker push zyh8419792/yudao-ui-admin