From bc6fc5502834e3cfb30b33b82aefa809d5e29cd2 Mon Sep 17 00:00:00 2001 From: skeleton Date: Thu, 31 Oct 2024 09:49:04 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0.gitlab-ci.yml=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8aec1fb..4f0c015 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -115,7 +115,7 @@ sync_job: # 使用 rsync 将文件同步到远程服务器 - echo "同步到服务器" - - echo "Deploying to remote server using rsync..." + - echo "Deploying to remote server using rsync... $BinPath" - rsync -avz --delete ./temp/ $REMOTE_USER@$REMOTE_HOST:$BinPath # 触发部署