Files
ebiz-sunful-eco-web/Deployfile
陈昱达 0713c80305 初始化
2025-06-26 17:11:50 +08:00

7 lines
393 B
Plaintext

[ -e /opt/ebiz/webapps/factory-front-end ] || mkdir -p /opt/ebiz/webapps/factory-front-end
[ -e /app/deploy/temp ] || mkdir -p /app/deploy/temp
rm -irf /app/deploy/temp/* && cd /app/deploy/temp && $GET_ARTIFACT_CMD
rm -irf /opt/ebiz/webapps/factory-front-end/*
unzip -d /opt/ebiz/webapps/factory-front-end /app/deploy/temp/$ARTIFACT_NAME && chmod 777 -R /opt/ebiz/webapps/factory-front-end/*