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 # 触发部署