From 5e319f768f780e270c74ca6762dae85993349a08 Mon Sep 17 00:00:00 2001 From: yangzuhao Date: Sun, 12 Feb 2023 14:35:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=83=A8=E7=BD=B2=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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