修改部署文件
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}
}
pack_frp() {
cp -rv bin/ conf/ ${1}
pack_docker() {
cp -rv docker-compose.yml ${1}
}
folder_exists ${DEPLOY_PATH}
folder_exists ${LOG_PATH}
pack_frp ${DEPLOY_PATH}
pack_docker ${DEPLOY_PATH}