diff --git a/deploy.sh b/deploy.sh index 1ae7870..d269eba 100644 --- a/deploy.sh +++ b/deploy.sh @@ -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} \ No newline at end of file +pack_docker ${DEPLOY_PATH} \ No newline at end of file