mirror of
http://112.124.100.131/ebiz-ai/ebiz-ai-knowledge-manage.git
synced 2025-12-07 01:46:48 +08:00
7 lines
393 B
Plaintext
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/*
|