Files
ebiz-ai-knowledge-manage/Deployfile
2025-04-08 10:31:05 +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/*