修改部署文件
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
yangzuhao 2023-02-12 14:35:22 +08:00
parent 16e8616d07
commit 5e319f768f

View File

@ -17,10 +17,10 @@ folder_exists() {
chown -R work:work ${1} chown -R work:work ${1}
} }
pack_frp() { pack_docker() {
cp -rv bin/ conf/ ${1} cp -rv docker-compose.yml ${1}
} }
folder_exists ${DEPLOY_PATH} folder_exists ${DEPLOY_PATH}
folder_exists ${LOG_PATH} folder_exists ${LOG_PATH}
pack_frp ${DEPLOY_PATH} pack_docker ${DEPLOY_PATH}