Download and extract the latest bus frontend:
cd /data/nginx/html
/home/docker/scripts/teamcity-download-artifact.sh --build=CityBusVueAdmin_Release
unzip CityBusVueAdmin_Release-latest.zip
unzip bus.zip -d busDownload and extract the latest track frontend:
cd /data/nginx/html
/home/docker/scripts/teamcity-download-artifact.sh --build=MaintainVbenAdmin_Release
unzip MaintainVbenAdmin_Release-latest.zip
unzip maintain.zip -d track# Confirm https://github.com/TranscodeGroup/maintain-vben-admin repo has the corresponding version tag
# Confirm http://th-ci.transcodegroup.cn:9080/buildConfiguration/MaintainVbenAdmin_Release has packed artifacts
# Download tag version to default directory, and extract to corresponding version folder
/home/docker/scripts/distar-beta-deploy.sh --tag=v1.15.1
# Download tag version to current directory
/home/docker/scripts/distar-beta-deploy.sh --tag=v1.15.1 --dir=.
# Download tag version to /data/nginx/html directory
/home/docker/scripts/distar-beta-deploy.sh --tag=v1.15.1 --dir=/data/nginx/html